See what modules shipped with versions of Perl Maintained by:perl@FreeBSD.org Port Added: 28 Aug 2003 07:39:29 Also Listed In:perl5 License: ART10 GPLv1
Module::CoreList contains the hash of hashes %Module::CoreList::version,
this is keyed on perl version as indicated in $]. The second level hash
is module => version pairs.
It also contains %Module::CoreList::released hash, which has ISO formatted
versions of the release dates, as gleaned from the perlhist man page.
WWW: http://search.cpan.org/dist/Module-CoreList/
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
- Better avoidance of collision with perl-5.8.9's bin/corelist
- Reinstall perl-5.8.9's bin/corelist if removed by a previous deinstallation of
this port
- Remove patch droppings
Reviewed by: tobez
- Prevent install of conflicting bin/corelist under perl 5.8.9 [1]
- Update data to 2.17, not yet on CPAN, but included in perl 5.8.9 distribution
Noticed by: pointyhat via pav [1]
New port: p5-Module-CoreList
Module::CoreList contains the hash of hashes %Module::CoreList::version,
this is keyed on perl version as indicated in $]. The second level hash
is module => version pairs.
It also contains %Module::CoreList::released hash, which has ISO formatted
versions of the release dates, as gleaned from the perlhist manpage.
Submitted by: Autrijus Tang <autrijus@autrijus.org>