[Bast-commits] r8705 - in local-lib/1.000/trunk: . lib/local

apeiron at dev.catalyst.perl.org apeiron at dev.catalyst.perl.org
Sun Feb 14 11:25:27 GMT 2010


Author: apeiron
Date: 2010-02-14 11:25:26 +0000 (Sun, 14 Feb 2010)
New Revision: 8705

Modified:
   local-lib/1.000/trunk/Changes
   local-lib/1.000/trunk/lib/local/lib.pm
Log:
I apparently never actually committed these files. o_O

Modified: local-lib/1.000/trunk/Changes
===================================================================
--- local-lib/1.000/trunk/Changes	2010-02-14 10:46:07 UTC (rev 8704)
+++ local-lib/1.000/trunk/Changes	2010-02-14 11:25:26 UTC (rev 8705)
@@ -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 at irc.perl.org
+
+        - t0m and chrisa on #local-lib at 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.

Modified: local-lib/1.000/trunk/lib/local/lib.pm
===================================================================
--- local-lib/1.000/trunk/lib/local/lib.pm	2010-02-14 10:46:07 UTC (rev 8704)
+++ local-lib/1.000/trunk/lib/local/lib.pm	2010-02-14 11:25:26 UTC (rev 8705)
@@ -11,7 +11,7 @@
 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 {




More information about the Bast-commits mailing list