8
0

- updated to 1.016

- new executable is bundled, scan-perl-prereqs, to take the plae of
     scan_prereqs;  it has cpanm-friendly output by default, but supports
     --pretty and --by-file (thanks to John SJ Anderson for some of the work on
     this!)
 
   - add Superclass scanner for superclass.pm (thanks, David Golden!)
   - make scan_prereqs scan .t files (thanks, David Golden!)
   - add scan_module method (thanks, Neil Bowers!)
   - lib.pm is now indexed in 02packages; stop skipping it (thanks, Kevin
     Dawson!)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-PrereqScanner?expand=0&rev=15
This commit is contained in:
Stephan Kulow
2013-07-26 18:37:32 +00:00
committed by Git OBS Bridge
parent 71cfb84404
commit 162a8417e4
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jul 26 18:36:34 UTC 2013 - coolo@suse.com
- updated to 1.016
- new executable is bundled, scan-perl-prereqs, to take the plae of
scan_prereqs; it has cpanm-friendly output by default, but supports
--pretty and --by-file (thanks to John SJ Anderson for some of the work on
this!)
- add Superclass scanner for superclass.pm (thanks, David Golden!)
- make scan_prereqs scan .t files (thanks, David Golden!)
- add scan_module method (thanks, Neil Bowers!)
- lib.pm is now indexed in 02packages; stop skipping it (thanks, Kevin
Dawson!)
-------------------------------------------------------------------
Sun Jun 9 14:59:03 UTC 2013 - coolo@suse.com