Name: | perl-Perl-PrereqScanner-NotQuiteLite |
---|---|
Version: | 0.9914 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 272735 |
License: | GPL+ or Artistic |
RPM: | perl-Perl-PrereqScanner-NotQuiteLite-0.9914-1.el9.noarch.rpm |
Source RPM: | perl-Perl-PrereqScanner-NotQuiteLite-0.9914-1.el9.src.rpm |
Build Date: | Mon Feb 07 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Perl-PrereqScanner-NotQuiteLite |
Summary: | A tool to scan your Perl code for its prerequisites |
Description: | Perl::PrereqScanner::NotQuiteLite is yet another prerequisites scanner. It passes almost all the scanning tests for Perl::PrereqScanner and Module::ExtractUse (i.e. except for a few dubious ones), and runs slightly faster than PPI-based Perl::PrereqScanner. However, it doesn't run as fast as Perl::PrereqScanner::Lite (which uses an XS lexer). Perl::PrereqScanner::NotQuiteLite also recognizes eval. Prerequisites in eval are not considered as requirements, but you can collect them as suggestions. Conditional requirements or requirements loaded in a block are treated as recommends. No-ed modules are stored separately (since 0.94). You may or may not need to merge them into requires. |
- Update to 0.9914 - Support Object::Pad - Use %license unconditionally
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Perl 5.34 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Update to 0.9913 - Fix not to dedupe core modules needlessly - Use a main module to represent modules that belong to the same distribution - Dedupe build requires as well - Add URI::cpan to cpanfile
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Perl 5.32 rebuild
- Update to 0.9911 - Changed ::App->run to return processed cpanfile object if 'cpanfile' option is set - Changed ::App->run not to print unless 'print' option is set - Remove cached cpanmeta if prereqs are replaced
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Update to 0.9909 - Allowed full package names for Plack Middleware