From: Torsten Raudssus <torsten@metaluna4.de>
Date: Wed, 9 Jun 2010 10:51:02 +0000 (+0200)
Subject: Updated Changesfile
X-Git-Tag: 1.006009~31
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a244331188191c98cdec5670fd7012dd58c76f14;p=p5sagit%2Flocal-lib.git

Updated Changesfile
Changed version
---

diff --git a/Changes b/Changes
index 48812e5..08cb4c0 100644
--- 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.
diff --git a/lib/local/lib.pm b/lib/local/lib.pm
index 96564d5..d15ea5b 100644
--- a/lib/local/lib.pm
+++ b/lib/local/lib.pm
@@ -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);