8
0

- updated to 1.008026

- drop perl prerequisite to 5.6, since everything works there.
      - fix install test on cygwin
      - fix stackable test on win32 and when external local::lib is set
      - clarify errors in Makefile.PL about CPAN configuration
      - adjust csh output to allow use directly by eval
      - silence a possible warning in Makefile.PL
      - add additional docs about combining local::lib with lib::core::only
      - reverse order of PERL_LOCAL_LIB_ROOT.  new local::libs are now added
        to the beginning instead of the end, to match the order of other
        similar environment variables.
      - fix installation into directories with spaces or backslashes, as
        well as Win32 test failures when Capture::Tiny is installed
      - fix test breaking in some cases when an external local::lib is set
      - fix test compatibility with old versions of Exporter
      - stable release of 1.008022 (no code changes since 1.008012)
      - see 1.008019 through 1.008021
      - yet another attempt to overcome win32 testing issues (paths with
        spaces, backslashes)
      - yet another attempt to overcome win32 testing issues (paths with
        spaces, backslashes)
      - another attempt to overcome win32 testing issues (paths with spaces,
        backslashes)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=25
This commit is contained in:
Stephan Kulow
2013-11-25 09:24:27 +00:00
committed by Git OBS Bridge
parent 7519f5d66e
commit c2c20ee735
4 changed files with 33 additions and 25 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Nov 25 07:39:42 UTC 2013 - coolo@suse.com
- updated to 1.008026
- drop perl prerequisite to 5.6, since everything works there.
- fix install test on cygwin
- fix stackable test on win32 and when external local::lib is set
- clarify errors in Makefile.PL about CPAN configuration
- adjust csh output to allow use directly by eval
- silence a possible warning in Makefile.PL
- add additional docs about combining local::lib with lib::core::only
- reverse order of PERL_LOCAL_LIB_ROOT. new local::libs are now added
to the beginning instead of the end, to match the order of other
similar environment variables.
- fix installation into directories with spaces or backslashes, as
well as Win32 test failures when Capture::Tiny is installed
- fix test breaking in some cases when an external local::lib is set
- fix test compatibility with old versions of Exporter
- stable release of 1.008022 (no code changes since 1.008012)
- see 1.008019 through 1.008021
- yet another attempt to overcome win32 testing issues (paths with
spaces, backslashes)
- yet another attempt to overcome win32 testing issues (paths with
spaces, backslashes)
- another attempt to overcome win32 testing issues (paths with spaces,
backslashes)
-------------------------------------------------------------------
Fri Oct 4 19:48:30 UTC 2013 - coolo@suse.com