From: apeiron Date: Thu, 11 Mar 2010 11:29:27 +0000 (+0000) Subject: commit fixes that went into 1.005001 X-Git-Tag: 1.006009~38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=aac846269ccf5b1a07b4b316988f94aac5c63a12 commit fixes that went into 1.005001 git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@8962 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/Changes b/Changes index 048f38f..94c0208 100644 --- 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 diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 671c0fc..0ea978f 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.005000'; # 1.5.0 +our $VERSION = '1.005001'; # 1.5.1 my @KNOWN_FLAGS = (qw/--self-contained/); sub import {