2020-09-13 09:51:15 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Perl-PrereqScanner-NotQuiteLite: update to 0.9913.
0.9913 2020/09/06
- Add URI::cpan to cpanfile
0.9912 2020/09/06
- 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
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-07-23 11:26:32 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.9911
Upstream changes:
0.9911 2020/05/10
- Remove cached cpanmeta if prereqs are replaced
0.9910 2020/05/10
- changed ::App->run to return processed cpanfile object if cpanfile option \
is set
- changed ::App->run not to print unless print option is set
|
2020-01-07 14:01:16 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.9909
Upstream changes:
0.9909 2019/11/30
- allowed full package names for Plack Middleware (Graham TerMarsch++)
|
2019-10-04 09:05:15 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.9908
Upstream changes:
0.9908 2019/08/24
- fixed Win32 path separator issues
0.9907 2019/08/22
- changed scan_also and features options to accept glob expressions
- added "version" option to show what's going on
0.9906 2019/07/06
- fixed PackageVariant parser not to die when it finds something
other than importing
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2019-06-01 09:42:58 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.9905
Upstream changes:
0.9905 2019/05/10
- changed scan-perl-prereqs-nqlite to use only :bundled parsers
by default
- added perl_minimum_version option
- added feature pragma arg parser
- added indented heredoc and <<$fh>> support
- fixed eval shortcut handling
- fixed parsers to treat several keywords as ops
- fixed various small parser issues (//, regexp after return,
heredoc terminator, package version/block, when modifier etc)
- renamed internal flags
|
2019-02-09 09:18:44 by Wen Heping | Files touched by this commit (3) |
Log message:
Import Perl-PrereqScanner-NotQuiteLite-0.9904 as \
devel/p5-Perl-PrereqScanner-NotQuiteLite.
Perl::PrereqScanner::NotQuiteLite is yet another prerequisites scanner. It
passes almost all the scanning tests for Perl::PrereqScanner and
Module::ExtractUse (ie. 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).
|