X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7f2c2ff9386ba5334bc107660ddd88dd5e48bbd8;hb=076f72d98a2d019b81af342fe9689d4ab7b90007;hp=55518060a114362c35d9c62317214f17bd0a7dae;hpb=5be84a3a62a8d48f756639c5315e90001bd0dfdf;p=p5sagit%2Flocal-lib.git diff --git a/Changes b/Changes index 5551806..7f2c2ff 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,27 @@ Revision history for local::lib +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)