8
0

- updated to 0.18

* Spotted and fixed by chad.a.davis++, an issue when bash set "noclobber" option,
    which breaks the creation of ~/.perlbrew/init. See https://rt.cpan.org/Ticket/Display.html?id=66518
  * A simple `perlbrew clean` command to clean build dir.
  * delegate `-j` arg value to `make test_harness`. by dagolden++
  * $HOME is replaced with "~" in many messages. https://rt.cpan.org/Ticket/Display.html?id=57668

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2011-04-03 14:54:55 +00:00
committed by Git OBS Bridge
parent 8bc809ea1b
commit 38b59aff0e
4 changed files with 19 additions and 15 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Apr 3 14:54:01 UTC 2011 - coolo@novell.com
- updated to 0.18
* Spotted and fixed by chad.a.davis++, an issue when bash set "noclobber" option,
which breaks the creation of ~/.perlbrew/init. See https://rt.cpan.org/Ticket/Display.html?id=66518
* A simple `perlbrew clean` command to clean build dir.
* delegate `-j` arg value to `make test_harness`. by dagolden++
* $HOME is replaced with "~" in many messages. https://rt.cpan.org/Ticket/Display.html?id=57668
-------------------------------------------------------------------
Wed Mar 09 22:28:17 UTC 2011 - pascal.bleser@opensuse.org