summaryrefslogtreecommitdiff
path: root/devel/p5-Module-ExtractUse
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-1/+2
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
2021-10-10Update to 0.344wen2-7/+6
Upstream changes: 0.344 2021-09-06T13:31:26 - Fixed some spelling errors in the Pod. (Håkon Hægland)
2021-10-07devel: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-11-03devel/p5-*: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent p5-* No manual corrections.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-1/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
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.
2018-11-24Update to 0.343wen2-9/+8
Upstream changes: 0.343 2018-10-18T15:19:05 - Mention Perl::PrereqScanner modules family (perlancar)
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-02-20Update to 0.342wen2-8/+7
Upstream changes: 0.342 2018-01-22T16:02:20 - Escape left (and right) braces to silence deprecation warnings (RT-124146) (Kenichi Ishigaki)
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-05-03Updated devel/p5-Module-ExtractUse to 0.341mef2-8/+7
-------------------------------------------- 0.341 2016-01-30T22:18:20 - fixed 20_parse_self.t; version.pm is not used anymore (Kenichi Ishigaki) 0.340 2016-01-30T20:42:39 - load_first_existing_class() is now working (Anthony Brummett) - Class::Load::load_class(), try_load_class() and load_optional_class() are working (Anthony Brummett) - Detect uses of Module::Runtime (Anthony Brummett) - include extractuse as provided by Jonathan Yu in example/ (Anthony Brummett) - Linkify POD modules, mention Module::Extract::Use to resolve RT#45571. (Jeremy Mates)
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-01-28Update 0.31 to 0.33mef2-7/+6
------------------- 0.33 2014-04-11T21:04:52+0200 - added base() handling to no (Thomas Klausner) - support 'no MODULE' etc (for RT-94305) (Kenichi Ishigaki) - typo fix (David Steinbrunner) - ignore __DATA|END__ sections (see https://rt.cpan.org/Ticket/Display.html?id=88969 ) (Kenichi Ishigaki) - ignore use/require method calls (Kenichi Ishigaki) 0.32 2013-09-04T16:48:07+0200 - not to include cached results (Kenichi Ishigaki) - Fix handling module beginning with v and pragma with version. (Yasutaka ATARASHI) - Recognize "use parent". (Yasutaka ATARASHI)
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
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-08-25Update to 0.31wen2-11/+11
Upstream changes: 0.31 2013-05-31T10:21:06+0200 - applied a patch from cjm with slight modification to resolve RT#50723 (support use Foo::Bar (); etc) (Kenichi Ishigaki) - fixed RT#71761 (Kenichi Ishigaki) - applied a patch from wyant (RT#71761) (Kenichi Ishigaki) - fixed the Pod::Simple encoding issue (Kenichi Ishigaki) - Fix incorrect regexp (ref gh-5). (Yasutaka ATARASHI) - Avoid regex features introduced only in later perl (close gh-5). (Yasutaka ATARASHI) - Use plan() instead of done_testing() (ref gh-5). (Yasutaka ATARASHI) - Add support for bareword leading hyphyen, in-place arrayref and hashref. (Yasutaka ATARASHI) - proper version number for older releases (Brian Cassidy) 0.30 2013-04-18T08:57:49+0200 - Add accessors and tests for _in_eval/_out_of_eval. (Yasutaka ATARASHI) - reworked 80_failig.t to TODO tests; (Thomas Klausner) - added more require-in-string corner test cases (suggested by Buddy Burden) (Thomas Klausner) - Fix the case for eval["']expr["'] and add regression tests. (Yasutaka ATARASHI) 0.29 2013-02-25T20:25:44+0100 - fixed regex to filter use/require (RT83569) (reported by ribasushi) 0.28 2012-08-21T14:41:15+0200 - whitespace in use base is valid (Barbie) 0.27 2012-03-23T12:40:44+0100 - fixed 23_universal_require.t for real (RT75342) (reported by Manoj Kumar and Paul Howarth) 0.26 2012-03-23T08:42:25+0100 - removed Test::NoWarning from a t/23_universal_require.t because it upsets the (manual) plan if the tests are skipped 0.25 2012-03-22T10:55:42+0100 - autogenerate the grammer during ./Build (based on a patch by jtbraun@CPAN.org) (RT74879) - added $VERSION to into Module::ExtractUse::Grammar, suggested by Manoj Kumar (RT75342) - specify min verion of Parse::RecDescent (1.967009), suggested by ANDK@cpan.org (RT75130) - fix typos reported by gregor herrmann (RT75115) - switched to Dist::Zilla (all on my own!) 0.24 2012-02-12T14:27:36+0100 - regenerated Grammer to work with new Parse::RecDescent (thanks to cpan-testers, TMUELLER, KENTNL, dirkus@yo****.com and paul@city****.org for reporting the problem)
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
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-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-10-30Import p5-Module-ExtractUse version 0.23.he3-0/+38
Module::ExtractUse is basically a Parse::RecDescent grammar to parse Perl code. It tries very hard to find all modules (whether pragmas, Core, or from CPAN) used by the parsed code. "Usage" is defined by either calling use or require.