8
0

- updated to 0.82

see /usr/share/doc/packages/perl-App-perlbrew/Changes
  - Thanks to our contributors: Alceu Rodrigues de Freitas Junior, Paul Cochrane
  - Fix regression of 'perlbrew install blead'
  
  0.81: # 2017-12-09T15:12:04+0900
  - Thanks to our contributors: Luca Ferrari, Zac Bentley, perlancar, Nicolas R, gregor herrmann, Paul Cochrane
  - New command: clone-modules
  - Recognize tarball in .tar.xz extension
  - The output of "availables" is now sorted by versions
  - Unbreak the integration with cperl releases
  - Make `perlbrew install` runs correctly on AIX
  - support the current perl blead (5.28)
  
  0.80: # 2017-06-30T07:40:45+0200
  - Fix version in META.yml in CPAN distribution. See: https://rt.cpan.org/Public/Bug/Display.html?id=122279
  
  0.79: # 2017-06-25T23:40:45+0200
  - deal with perl-5.26 change about @INC in Makefile.PL
  - "available" command now also shows the URLs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=48
This commit is contained in:
Stephan Kulow
2018-02-21 07:26:13 +00:00
committed by Git OBS Bridge
parent d8e2573b0d
commit 8a32278e7f
5 changed files with 45 additions and 20 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Feb 21 07:14:20 UTC 2018 - coolo@suse.com
- updated to 0.82
see /usr/share/doc/packages/perl-App-perlbrew/Changes
- Thanks to our contributors: Alceu Rodrigues de Freitas Junior, Paul Cochrane
- Fix regression of 'perlbrew install blead'
0.81: # 2017-12-09T15:12:04+0900
- Thanks to our contributors: Luca Ferrari, Zac Bentley, perlancar, Nicolas R, gregor herrmann, Paul Cochrane
- New command: clone-modules
- Recognize tarball in .tar.xz extension
- The output of "availables" is now sorted by versions
- Unbreak the integration with cperl releases
- Make `perlbrew install` runs correctly on AIX
- support the current perl blead (5.28)
0.80: # 2017-06-30T07:40:45+0200
- Fix version in META.yml in CPAN distribution. See: https://rt.cpan.org/Public/Bug/Display.html?id=122279
0.79: # 2017-06-25T23:40:45+0200
- deal with perl-5.26 change about @INC in Makefile.PL
- "available" command now also shows the URLs
-------------------------------------------------------------------
Mon Nov 21 06:03:13 UTC 2016 - coolo@suse.com