Updated Changesfile
Torsten Raudssus [Wed, 9 Jun 2010 10:51:02 +0000 (12:51 +0200)]
Changed version

Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index 48812e5..08cb4c0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for local::lib
 
+1.006001 2010-06-09
+
+       - doc patch for win32 from run4flat
+       - reverse the perl/arch paths in PERL5LIB
+
+1.006000 2010-03-31
+
         - Create lib::core::only that provides the "set @INC to core dirs
           only" functionality that was the only part of --self-contained that
           ever worked usefully.
index 96564d5..d15ea5b 100644 (file)
@@ -11,7 +11,7 @@ use File::Path ();
 use Carp ();
 use Config;
 
-our $VERSION = '1.005001'; # 1.5.1
+our $VERSION = '1.006001'; # 1.6.1
 
 our @KNOWN_FLAGS = qw(--self-contained);