8
0
Stephan Kulow
2013-10-04 19:49:43 +00:00
committed by Git OBS Bridge
parent d0bd4a0de9
commit 7519f5d66e

View File

@@ -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