From: Graham Knop Date: Tue, 5 Nov 2013 23:48:45 +0000 (-0500) Subject: bump version to 1.008026 (stable) X-Git-Tag: 1.008026~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7c0e6b545126be7e9f7eccc5dd7dbaa0c0128090;hp=387f80220829f113007b021a7cbfa7e6bb209f01;p=p5sagit%2Flocal-lib.git bump version to 1.008026 (stable) --- diff --git a/Changes b/Changes index 86ad144..79cc7c6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for local::lib +1.008026 2013-11-05 + - drop perl prerequisite to 5.6, since everything works there. + 1.008025 2013-11-01 (development release, unindexed) - fix install test on cygwin - fix stackable test on win32 and when external local::lib is set diff --git a/lib/local/lib.pm b/lib/local/lib.pm index a634a24..1dcf471 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -9,7 +9,7 @@ use File::Spec (); use File::Path (); use Config; -our $VERSION = '1.008_025'; # 1.8.25 +our $VERSION = '1.008026'; # 1.8.26 $VERSION = eval $VERSION; our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);