| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: perl-Perl-PrereqScanner | Distribution: openSUSE Tumbleweed | 
| Version: 1.100.0 | Vendor: openSUSE | 
| Release: 1.2 | Build date: Mon Jun 23 22:35:54 2025 | 
| Group: Unspecified | Build host: reproducible | 
| Size: 80196 | Source RPM: perl-Perl-PrereqScanner-1.100.0-1.2.src.rpm | 
| Packager: https://bugs.opensuse.org | |
| Url: https://metacpan.org/release/Perl-PrereqScanner | |
| Summary: Tool to scan your Perl code for its prerequisites | |
The scanner will extract loosely your distribution prerequisites from your files. The extraction may not be perfect but tries to do its best. It will currently find the following prereqs: * plain lines beginning with 'use' or 'require' in your perl modules and scripts, including minimum perl version * regular inheritance declared with the 'base' and 'parent' pragmata * Moose inheritance declared with the 'extends' keyword * Moose roles included with the 'with' keyword * OO namespace aliasing using the 'aliased' module
Artistic-1.0 OR GPL-1.0-or-later
* Mon Jun 23 2025 Tina Müller <tina.mueller@suse.com>
  - Normalize CPAN version
    See https://github.com/openSUSE/cpanspec/issues/47 for details
* Fri Apr 28 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 02 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 04 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 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 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 09 2014 coolo@suse.com
  - updated to 1.019
    - add a warning about PPI's unclear interpretation of strings
* Mon Nov 25 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 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 09 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)
/usr/bin/scan-perl-prereqs /usr/bin/scan_prereqs /usr/lib/perl5/vendor_perl/5.42.0/Perl /usr/lib/perl5/vendor_perl/5.42.0/Perl/PrereqScanner /usr/lib/perl5/vendor_perl/5.42.0/Perl/PrereqScanner.pm /usr/lib/perl5/vendor_perl/5.42.0/Perl/PrereqScanner/Scanner /usr/lib/perl5/vendor_perl/5.42.0/Perl/PrereqScanner/Scanner.pm /usr/lib/perl5/vendor_perl/5.42.0/Perl/PrereqScanner/Scanner/Aliased.pm /usr/lib/perl5/vendor_perl/5.42.0/Perl/PrereqScanner/Scanner/Moose.pm /usr/lib/perl5/vendor_perl/5.42.0/Perl/PrereqScanner/Scanner/POE.pm /usr/lib/perl5/vendor_perl/5.42.0/Perl/PrereqScanner/Scanner/Perl5.pm /usr/lib/perl5/vendor_perl/5.42.0/Perl/PrereqScanner/Scanner/Superclass.pm /usr/lib/perl5/vendor_perl/5.42.0/Perl/PrereqScanner/Scanner/TestMore.pm /usr/share/doc/packages/perl-Perl-PrereqScanner /usr/share/doc/packages/perl-Perl-PrereqScanner/Changes /usr/share/doc/packages/perl-Perl-PrereqScanner/README /usr/share/licenses/perl-Perl-PrereqScanner /usr/share/licenses/perl-Perl-PrereqScanner/LICENSE /usr/share/man/man1/scan-perl-prereqs.1.gz /usr/share/man/man1/scan_prereqs.1.gz /usr/share/man/man3/Perl::PrereqScanner.3pm.gz /usr/share/man/man3/Perl::PrereqScanner::Scanner.3pm.gz /usr/share/man/man3/Perl::PrereqScanner::Scanner::Aliased.3pm.gz /usr/share/man/man3/Perl::PrereqScanner::Scanner::Moose.3pm.gz /usr/share/man/man3/Perl::PrereqScanner::Scanner::POE.3pm.gz /usr/share/man/man3/Perl::PrereqScanner::Scanner::Perl5.3pm.gz /usr/share/man/man3/Perl::PrereqScanner::Scanner::Superclass.3pm.gz /usr/share/man/man3/Perl::PrereqScanner::Scanner::TestMore.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Oct 29 22:24:05 2025