commit fixes that went into 1.005001
apeiron [Thu, 11 Mar 2010 11:29:27 +0000 (11:29 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@8962 bd8105ee-0ff8-0310-8827-fb3f25b6796d

Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index 048f38f..94c0208 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for local::lib
 
+1.005001 2010-03-10
+
+        - I am an idiot.
+
 1.005000 2010-03-10
 
         - More robust handling of running new toolchains on older perls. This
index 671c0fc..0ea978f 100644 (file)
@@ -11,7 +11,7 @@ use File::Path ();
 use Carp ();
 use Config;
 
-our $VERSION = '1.005000'; # 1.5.0
+our $VERSION = '1.005001'; # 1.5.1
 my @KNOWN_FLAGS = (qw/--self-contained/);
 
 sub import {