2015-04-10 03:41:06 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update to 1.023
---------------
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
|
2015-02-14 13:35:15 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
Update 1.016 to 1.022
---------------------
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
1.020 2014-07-02 18:52:33-04:00 America/New_York
- update CPAN::Meta::Requirements version to match current formatting
1.019 2014-01-07 19:37:41-05:00 America/New_York
- add a warning about PPI's unclear interpretation of strings
1.018 2013-11-03 21:53:46 America/New_York
- 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
1.017 2013-10-07 17:56:34 America/New_York
- eliminate testing of Carp for its prereqs, which *did* change from older
5.8.8 installs
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2013-12-09 15:17:56 by OBATA Akio | Files touched by this commit (238) |
Log message:
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
|
2013-07-03 18:41:41 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for CPAN distribution Perl-PrereqScanner in
devel/p5-Perl-PrereqScanner from 1.014nb2 to 1.016.
pkgsrc changes:
- adjust dependencies
Upstream changes:
1.016 2013-06-19 21:27:44 America/New_York
- 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!)
1.015 2012-12-14 22:07:55 America/New_York
- document that "no Module" also works (thanks for the report, Toby \
Inkster)
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-09-10 16:28:37 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for CPAN module Perl::PrereqScanner in
devel/p5-Perl-PrereqScanner from 1.013 to 1.014.
upstream changes:
1.014 2012-07-26 13:22:02 America/New_York
- require a more recent PPI for various bugfixes that broke tests
(thanks for the report, Salve J. Nilsen)
|