8
0

- updated to 0.74

see /usr/share/doc/packages/perl-App-perlbrew/Changes
  0.74: # 2015-11-24T20:55:02+0100
  - A big thanks for our contributers: Aristotle Pagaltzis, Dave Jacoby, Dylan Cali, John Krull, Kevin Johnson, Nathan Day, Paul Cochrane, Tudor Constantin, Yanick Champoux, tm604
  - support PERLBREW_LIB_PREFIX. c29813cd46
  - prefer https and remove insecure download cli flags. f49a908c17
  - perlbrew now dies when switching to/use a lib that does not exist. https://github.com/gugod/App-perlbrew/issues/432
  - RHEL vendorlib fix https://github.com/gugod/App-perlbrew/issues/409
  - improvements with fish integration.
  - unbreak when running with perl 5.14 or earlier: "list" command now correctly display lib names.
  - retaining flags in upgrade-perl. b8d466670b
  - variour document clean up and improvements.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=38
This commit is contained in:
Stephan Kulow
2015-11-28 10:08:30 +00:00
committed by Git OBS Bridge
parent c9b7865a5f
commit eeda0ca233
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Nov 28 09:23:26 UTC 2015 - coolo@suse.com
- updated to 0.74
see /usr/share/doc/packages/perl-App-perlbrew/Changes
0.74: # 2015-11-24T20:55:02+0100
- A big thanks for our contributers: Aristotle Pagaltzis, Dave Jacoby, Dylan Cali, John Krull, Kevin Johnson, Nathan Day, Paul Cochrane, Tudor Constantin, Yanick Champoux, tm604
- support PERLBREW_LIB_PREFIX. https://github.com/gugod/App-perlbrew/commit/c29813cd4633683bd049964178a9ac96647986bc
- prefer https and remove insecure download cli flags. https://github.com/gugod/App-perlbrew/commit/f49a908c1702942006de4654107edf77a48ead52
- perlbrew now dies when switching to/use a lib that does not exist. https://github.com/gugod/App-perlbrew/issues/432
- RHEL vendorlib fix https://github.com/gugod/App-perlbrew/issues/409
- improvements with fish integration.
- unbreak when running with perl 5.14 or earlier: "list" command now correctly display lib names.
- retaining flags in upgrade-perl. https://github.com/gugod/App-perlbrew/commit/b8d466670bbfc8e214a9d3ff2e889a4860060d84
- variour document clean up and improvements.
-------------------------------------------------------------------
Fri Apr 17 08:44:02 UTC 2015 - coolo@suse.com