diff --git a/perl-local-lib.changes b/perl-local-lib.changes index a11ccc1..f2b3980 100644 --- a/perl-local-lib.changes +++ b/perl-local-lib.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Oct 4 19:48:30 UTC 2013 - coolo@suse.com + +- update to 1.008018 + - print out actual paths in more test cases, for helping to diagnose + mysterious failures + - avoid "Unrecognized escape \s passed through" errors on win32 + (again) + - avoid "Unrecognized escape \s passed through" errors on win32 + - fix new test to use alternate path representations on windows, to + handle potential space issues (regression since 1.008012) + - fix undef value errors when not installing into a local::lib + - 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) + ------------------------------------------------------------------- Sat Jul 27 11:58:45 UTC 2013 - coolo@suse.com