8
0

- updated to 1.008010

- Fix a split on undefined value warning (David Golden -- see
         https://github.com/gugod/App-perlbrew/issues/305)
       - Remove Carp::Always dep
       - 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 ~/perl5/bin missing in $PATH
       - Back to 1.008004 with Carp fix since subsequent releases were botched
       - Avoid issue where PERL5LIB Carp is older than local::lib one

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2013-06-11 18:40:51 +00:00
committed by Git OBS Bridge
parent 09312844f8
commit 75c9be3c13
4 changed files with 21 additions and 10 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jun 11 18:38:33 UTC 2013 - coolo@suse.com
- updated to 1.008010
- Fix a split on undefined value warning (David Golden -- see
https://github.com/gugod/App-perlbrew/issues/305)
- Remove Carp::Always dep
- 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 ~/perl5/bin missing in $PATH
- Back to 1.008004 with Carp fix since subsequent releases were botched
- Avoid issue where PERL5LIB Carp is older than local::lib one
-------------------------------------------------------------------
Fri Feb 25 20:01:38 UTC 2011 - pascal.bleser@opensuse.org