forked from pool/perl-local-lib
Accepting request 202279 from devel:languages:perl
- 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)
OBS-URL: https://build.opensuse.org/request/show/202279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04249269150a2dcb608873f8034883192d21577ed5bc8d8de72e78c9066fd98f
|
||||
size 57010
|
||||
3
local-lib-1.008018.tar.gz
Normal file
3
local-lib-1.008018.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d7f351da794034fb212d1d39e3146b91687272eb5824cfb52c6af1e67658207
|
||||
size 59935
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: perl-local-lib
|
||||
Version: 1.008011
|
||||
Version: 1.008018
|
||||
Release: 0
|
||||
Summary: Create and Use a local Library Directory for Perl Modules
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
|
||||
Reference in New Issue
Block a user