8
0

- update to 1.008:

* fix rt#72062 - look for "require Module; Module->VERSION(min);"
- changes from 1.007:
  * new option --combine for scan_prereqs script
- changes from 1.006:
  * add the POE scanner for POE components
- changes from 1.005:
  * stop stripping "always core" prereqs like strict and warnings
  * add the Aliased scanner for aliased.pm

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-PrereqScanner?expand=0&rev=4
This commit is contained in:
Pascal Bleser
2011-11-01 11:55:46 +00:00
committed by Git OBS Bridge
parent 6667b23f03
commit 43244178d1
4 changed files with 19 additions and 30 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Nov 01 11:55:55 UTC 2011 - pascal.bleser@opensuse.org
- update to 1.008:
* fix rt#72062 - look for "require Module; Module->VERSION(min);"
- changes from 1.007:
* new option --combine for scan_prereqs script
- changes from 1.006:
* add the POE scanner for POE components
- changes from 1.005:
* stop stripping "always core" prereqs like strict and warnings
* add the Aliased scanner for aliased.pm
-------------------------------------------------------------------
Wed Jun 1 07:28:10 UTC 2011 - coolo@novell.com