X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=blobdiff_plain;f=Changes;h=55caab9352ee7fb58df7cee79bc5d6a4d370e12e;hp=55518060a114362c35d9c62317214f17bd0a7dae;hb=6b6ce6e61dea2f1adc5160936821a2099b39ed73;hpb=5be84a3a62a8d48f756639c5315e90001bd0dfdf diff --git a/Changes b/Changes index 5551806..55caab9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,71 @@ Revision history for local::lib + - use Distar instead of Module::Install for packaging + +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 + - 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 + - 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) + +1.008018 2013-09-15 + - print out actual paths in more test cases, for helping to diagnose + mysterious failures + +1.008017 2013-09-14 + - avoid "Unrecognized escape \s passed through" errors on win32 + (again) + +1.008016 2013-09-13 + - avoid "Unrecognized escape \s passed through" errors on win32 + +1.008015 2013-09-12 + - re-release 1.008014 to fix broken MANIFEST + +1.008014 2013-09-12 + - fix new test to use alternate path representations on windows, to + handle potential space issues (regression since 1.008012) + +1.008013 2013-09-11 + - fix undef value errors when not installing into a local::lib + +1.008012 2013-09-11 + - now handling using -Mlocal::lib in a taintperl environment, by + ensuring that all libs in PERL_LOCAL_LIB_ROOT are properly added to + @INC (RT#76661, Karen Etheridge) + 1.008011 2013-07-26 - skip CPAN workaround if running via cpanminus (miyagawa, RT#85731) @@ -13,8 +79,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