From: Graham Knop Date: Fri, 1 Nov 2013 15:57:45 +0000 (-0400) Subject: bump version to 1.0080025 X-Git-Tag: 1.008025^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f35324247d899bf2374d24e5887937ec2643e38;p=p5sagit%2Flocal-lib.git bump version to 1.0080025 --- diff --git a/Changes b/Changes index 170b2ef..86ad144 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for local::lib +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 + - clarify errors in Makefile.PL about CPAN configuration + - adjust csh output to allow use directly by eval + - silence a possible warning in Makefile.PL + - add additional docs about combining local::lib with lib::core::only + - reverse order of PERL_LOCAL_LIB_ROOT. new local::libs are now added + to the beginning instead of the end, to match the order of other + similar environment variables. + 1.008024 2013-10-28 (development release, unindexed) - fix installation into directories with spaces or backslashes, as well as Win32 test failures when Capture::Tiny is installed diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 38ebcb5..34e5806 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -10,7 +10,7 @@ use File::Spec (); use File::Path (); use Config; -our $VERSION = '1.008_024'; # 1.8.24 +our $VERSION = '1.008_025'; # 1.8.25 $VERSION = eval $VERSION; our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);