Commit graph

7 commits

Author SHA1 Message Date
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
sno
51d962a8f3 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-07-03 16:41:41 +00:00
wiz
d2ca14a3f1 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.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
e9f754fb86 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)
2012-09-10 14:28:37 +00:00
sno
3e1970fda5 Importing package for Perl 5 module Perl::PrereqScanner version 1.013
from CPAN into devel/p5-Perl-PrereqScanner.

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
2012-07-05 14:42:23 +00:00