I apparently never actually committed these files. o_O
apeiron [Sun, 14 Feb 2010 11:25:26 +0000 (11:25 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@8705 bd8105ee-0ff8-0310-8827-fb3f25b6796d

Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index 78af249..870aa17 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,14 @@
 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.
index 1b030b6..128648c 100644 (file)
@@ -11,7 +11,7 @@ use File::Path ();
 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 {