[Catalyst] Catalyst::Plugin::Authentication under ActivePerl 5.8.7.813

Matt S Trout dbix-class at trout.me.uk
Thu Dec 22 19:31:04 CET 2005


On Thu, Dec 22, 2005 at 06:12:03PM +0000, Will Hawes wrote:
> It isn't entirely obvious how that can be changed - the docs explain how 
> to add to both ends of @INC, but not how to change the order of the 
> default paths without hacking @INC in your script.

>From 'man perlrun'

       PERL5LIB    A list of directories in which to look for
                   Perl library files before looking in the stan­
                   dard library and the current directory.  Any
                   architecture-specific directories under the
                   specified locations are automatically included
                   if they exist.  If PERL5LIB is not defined,
                   PERLLIB is used.  Directories are separated
                   (like in PATH) by a colon on unixish platforms
                   and by a semicolon on Windows (the proper path
                   separator being given by the command "perl
                   -V:path_sep").

                   When running taint checks (either because the
                   program was running setuid or setgid, or the
                   -T switch was used), neither variable is used.
                   The program should instead say:

                       use lib "/my/directory";


-- 
     Matt S Trout       Offering custom development, consultancy and support
  Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

 + Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Catalyst mailing list