git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@8705
bd8105ee-0ff8-0310-8827-fb3f25b6796d
Revision history for local::lib
- - Require CPAN-1.82 because Module::AutoInstall uses an API only
- available here
- - Require CPAN-1.81 because 1.80 threw the error "Can't locate
- CPAN/HandleConfig.pm"
+1.004009 2009-11-07
+
- Fix warning if your $ENV{PERL5LIB} is undef
+ - Doc improvement from kgish/#perl-help@irc.perl.org
+
+ - t0m and chrisa on #local-lib@irc.perl.org pointed out a PERL5LIB ordering issue
+ with C<--self-contained>.
+
1.004008 2009-10-13
- Clarify re-reading the shell config file after writing to it.
use Carp ();
use Config;
-our $VERSION = '1.004008'; # 1.4.7
+our $VERSION = '1.004009'; # 1.4.9
my @KNOWN_FLAGS = (qw/--self-contained/);
sub import {