8
0

- updated to 2.000015

- Avoid using += in Makefile when bootstrapping for portability (RT#100797)
  - adjust quoting of paths with spaces to work with ExtUtils::MakeMaker 7.0,
    and bump our EUMM prereq to 7.0.
  - fix shell test for shells where we can't prevent some rc files from being
    loaded, like zsh (RT#99819).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=31
This commit is contained in:
Stephan Kulow
2015-02-07 07:35:39 +00:00
committed by Git OBS Bridge
parent aefd8937db
commit 1a2b68cccb
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Feb 7 07:21:45 UTC 2015 - coolo@suse.com
- updated to 2.000015
- Avoid using += in Makefile when bootstrapping for portability (RT#100797)
- adjust quoting of paths with spaces to work with ExtUtils::MakeMaker 7.0,
and bump our EUMM prereq to 7.0.
- fix shell test for shells where we can't prevent some rc files from being
loaded, like zsh (RT#99819).
-------------------------------------------------------------------
Mon Sep 15 15:44:36 UTC 2014 - coolo@suse.com