10 Commits

Author SHA1 Message Date
sthen
d6f6a7acf9 update to p5-Modern-Perl-1.20200211 2020-07-05 14:46:07 +00:00
sthen
95d31a4bd8 bump for search.cpan.org->metacpan.org change 2020-07-03 21:44:29 +00:00
bluhm
5970567285 update p5-Modern-Perl to 1.20200201
from wen heping; OK afresh1@
2020-02-09 22:58:49 +00:00
danj
1991058dbd Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:49:19 +00:00
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
jca
eb07fe199a Maintainer update to Modern-Perl-1.20181021
Adds support for Perl 5.26 & 5.28.
2018-12-10 09:46:26 +00:00
tsg
21e19fe638 Update to p5-Modern-Perl-1.20170117.
OK afresh1@, bluhm@
2017-03-24 15:56:38 +00:00
naddy
cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00
afresh1
52f1beab27 Update devel/p5-Modern-Perl to 1.20140107
"just commit that" sthen@
2015-04-09 01:52:39 +00:00
landry
1f33b5bbfa Import p5-Modern-Perl 1.20140107.
Modern Perl programs use several modules to enable additional features of Perl
and of the CPAN. Instead of copying and pasting all of these use lines, instead
write only one:

    use Modern::Perl;

This enables the strict and warnings pragmas, as well as all of the features
available in Perl 5.10. It also enables C3 method resolution order as
documented in perldoc mro and loads IO::File and IO::Handle so that you may
call methods on filehandles. In the future, it may include additional core
modules and pragmas.

From MAINTAINER edward # rdtan / net, ok sthen@
2014-09-03 10:06:23 +00:00