forked from pool/perl-Perl-PrereqScanner
See https://github.com/openSUSE/cpanspec/issues/47 for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-PrereqScanner?expand=0&rev=30
158 lines
5.8 KiB
Plaintext
158 lines
5.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jun 23 20:35:54 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
- Normalize CPAN version
|
|
See https://github.com/openSUSE/cpanspec/issues/47 for details
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 28 03:08:06 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.100
|
|
see /usr/share/doc/packages/perl-Perl-PrereqScanner/Changes
|
|
|
|
1.100 2023-04-27 10:00:37+02:00 Europe/Paris
|
|
- convert to Moo (thanks, Dan Book!)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 2 03:17:43 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.025
|
|
see /usr/share/doc/packages/perl-Perl-PrereqScanner/Changes
|
|
|
|
1.025 2022-12-31 21:10:00-05:00 America/New_York
|
|
- update author contact info
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 4 03:07:16 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.024
|
|
see /usr/share/doc/packages/perl-Perl-PrereqScanner/Changes
|
|
|
|
1.024 2021-07-03 13:28:30-04:00 America/New_York
|
|
- switched from List::MoreUtils to List::Util (thanks, Karen
|
|
Etheridge!)
|
|
- update author contact info
|
|
- add docs on perl version policy
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 13 18:24:43 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.023
|
|
see /usr/share/doc/packages/perl-Perl-PrereqScanner/Changes
|
|
|
|
1.023 2015-04-05 22:23:53-04:00 America/New_York
|
|
- improve test reliability when path to perl has a space in it
|
|
|
|
1.022 2014-12-23 21:11:27-05:00 America/New_York
|
|
- do not crash when encountering arg-less "use aliased;"
|
|
|
|
1.021 2014-11-06 21:08:49-05:00 America/New_York
|
|
- instead of always trying to use lib, add a -I switch to scan-perl-prereqs
|
|
- when finding files to scan, find files, not anything else
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 19 12:59:12 UTC 2014 - chris@computersalat.de
|
|
|
|
- update to 1.020
|
|
- update CPAN::Meta::Requirements version to match current formatting
|
|
- fix deps
|
|
* Many thanks to DAGOLDEN for switching amount of digits in version !!
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 9 13:31:42 UTC 2014 - coolo@suse.com
|
|
|
|
- updated to 1.019
|
|
- add a warning about PPI's unclear interpretation of strings
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 25 07:36:03 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to 1.018
|
|
- make the scan-perl-prereqs program also scan .PL and .cgi files
|
|
- also check for "Foo->VERSION(x)" after "require Foo"
|
|
- doc improvements from David Steinbrunner and Karen Etheridge
|
|
- eliminate testing of Carp for its prereqs, which *did* change from older
|
|
5.8.8 installs
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- updated to 1.015
|
|
- document that "no Module" also works (thanks for the report, Toby Inkster)
|
|
|
|
- require a more recent PPI for various bugfixes that broke tests
|
|
(thanks for the report, Salve J. Nilsen)
|
|
|
|
- make scan_prereqs scan directories recursively (thanks, Jakob Voss)
|
|
|
|
- if PPI parsing fails, include PPI::Document->errstr in error message
|
|
(Christopher J. Madsen)
|
|
|
|
- fix "with (...)" where spaces occur between with and parenthesized list
|
|
(thanks to celogeek for the failing test)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 26 17:55:35 UTC 2012 - frank.lichtenheld@sophos.com
|
|
|
|
- updated to 1.011
|
|
* require CPAN::Meta::Requirements 2.120630 and fix tests to reflect
|
|
its v-string normalizing behavior
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 23 09:56:10 UTC 2012 - coolo@suse.com
|
|
|
|
- updated to 1.010
|
|
- fix documentation bug (thanks to Marius Olsthoorn for the report)
|
|
- add a test case to prove someone wrong on the internet
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 15 12:06:18 UTC 2012 - coolo@suse.com
|
|
|
|
- updated to 1.009
|
|
- switch from Version::Requirements to CPAN::Meta::Requirements
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- updated to 1.004
|
|
- avoid calling a method on undef (i.e., cope with PPI doing surprising
|
|
things)
|
|
- fix a bug that caused things like "within" and "trextends" to trigger
|
|
the Moose scanner
|
|
- fix rt#61608 - missing description in whatisentry for TestMore.pm
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 17 20:23:12 UTC 2011 - coolo@novell.com
|
|
|
|
- initial package 1.001
|
|
* created by cpanspec 1.78.03
|
|
|