Faster and more correct implementation of the Package::Stash API Maintained by:milki@rescomp.berkeley.edu Port Added: 10 Feb 2011 15:41:29 Also Listed In:perl5 License: ART10 GPLv1
- 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
Package::Stash::XS is a faster and more correct implementation of
the Package::Stash API.
WWW: http://search.cpan.org/dist/Package-Stash-XS/
This new port is needed to update devel/p5-Package-Stash.
PR: ports/154617
Submitted by: milki <milki AT rescomp.berkeley.edu>