X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=170b2efd83d89b00672cae55d3872ed2083b7b53;hb=8febbb1de80ba578175d11c304fd651ef0b1789e;hp=392b4d3eb2352bbf47e7ce4a60a6402921362755;hpb=e9d9e2d822ae50753521e9cfdd2f3aaaa22a0e87;p=p5sagit%2Flocal-lib.git diff --git a/Changes b/Changes index 392b4d3..170b2ef 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,26 @@ Revision history for local::lib +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 + - fix test breaking in some cases when an external local::lib is set + - fix test compatibility with old versions of Exporter + +1.008023 2013-10-19 + - stable release of 1.008022 (no code changes since 1.008012) + +1.008022 2013-10-07 (development release, unindexed) + - see 1.008019 through 1.008021 + +1.008021 2013-10-04 (development release, unindexed) + - yet another attempt to overcome win32 testing issues (paths with + spaces, backslashes) + +1.008020 2013-10-03 (development release, unindexed) + - yet another attempt to overcome win32 testing issues (paths with + spaces, backslashes) + +1.008019 2013-09-29 (development release, unindexed) - another attempt to overcome win32 testing issues (paths with spaces, backslashes) @@ -42,8 +63,13 @@ Revision history for local::lib 1.008008 2013-02-24 - Fix putting arch path in PERL5LIB - Refactor Win32 path handling out of ensure_dir_structure_for() - - Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with : + - Fix active_paths when PERL_LOCAL_LIB_ROOT starts with : - Fix ~/perl5/bin missing in $PATH + - The environment variables definition for the shell is now output in + a way that allows to put the generated content directly in the + .profile without requiring to launch perl + (the only difference is how PERL_LOCAL_LIB_ROOT is generated) + (Olivier Mengué). 1.008007 2013-02-17 - Back to 1.008004 with Carp fix since subsequent releases were botched