8
0

- updated to 0.19

- Auto run 'perlbrew init' after an install (or upgrade)
  - Symlink dev versions of executables. For example,'perl5.13.11' to 'perl', 'prove5.13.11' to 'prove'.
  - Automatically apply patches necessary to make older perls build again on
    modern platforms with the help of Devel::PatchPerl.
  - A command "perlbrew available" to list recently available perls to build by trcjr

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2011-04-27 19:00:04 +00:00
committed by Git OBS Bridge
parent 38b59aff0e
commit 810e9d9d0a
4 changed files with 24 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 27 18:57:49 UTC 2011 - coolo@opensuse.org
- updated to 0.19
- Auto run 'perlbrew init' after an install (or upgrade)
- Symlink dev versions of executables. For example,'perl5.13.11' to 'perl', 'prove5.13.11' to 'prove'.
- Automatically apply patches necessary to make older perls build again on
modern platforms with the help of Devel::PatchPerl.
- A command "perlbrew available" to list recently available perls to build by trcjr
-------------------------------------------------------------------
Sun Apr 3 14:54:01 UTC 2011 - coolo@novell.com