8
0

- updated to 0.41

- Fix installation issue when the specified version is not listed in CPAN::Perl::Releases
  - Fix sub-shell invocation for 'switch' and 'use' command. This is particularly for csh users, but it should also work for bash users.
  - Make the stanalone perlbrew program smaller by using Perl::Strip
  - use CPAN::Perl::Releases to decide the location of perl tarball -- less HTTP hits
  - Prefer $PERLBREW_ROOT/bin/patchperl if it is there.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=22
This commit is contained in:
Stephan Kulow
2012-02-21 09:08:50 +00:00
committed by Git OBS Bridge
parent 8d734224fd
commit 95c8f58b77
4 changed files with 48 additions and 39 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Feb 21 09:03:00 UTC 2012 - coolo@suse.com
- updated to 0.41
- Fix installation issue when the specified version is not listed in CPAN::Perl::Releases
- Fix sub-shell invocation for 'switch' and 'use' command. This is particularly for csh users, but it should also work for bash users.
- Make the stanalone perlbrew program smaller by using Perl::Strip
- use CPAN::Perl::Releases to decide the location of perl tarball -- less HTTP hits
- Prefer $PERLBREW_ROOT/bin/patchperl if it is there.
-------------------------------------------------------------------
Mon Jan 02 07:18:12 UTC 2012 - pascal.bleser@opensuse.org