diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-07 12:22:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-07 12:22:45 +0000 |
commit | 6e54e90e125eda8329f8299d6b58204aa7eced8e (patch) | |
tree | 855538e75cf25856403f9ed1bece2553e2802ecd /devel | |
parent | 5903363f17365e1117812840efca29ede54fcdf1 (diff) | |
download | pkgsrc-6e54e90e125eda8329f8299d6b58204aa7eced8e.tar.gz |
Update to 2.11:
2.11 2014-08-16 05:21:30Z
- add documentation for modifying multiple methods at once (mannih,
github #2)
2.10 2014-03-04 19:04:00Z
- installation switched to using only ExtUtils::MakeMaker, to allow
for use on perl 5.6
2.09 2013-12-14 18:08:35Z
- refresh configure_requires checking in generated Makefile.PL; new
CONTRIBUTING file; updated tests (compile test now only runs for
authors; check-deps test replaced by information-only report-prereqs
test)
2.08 2013-10-11 00:30:32Z
- remove requirement on perl 5.8 in metadata
- repository migrated to the github moose organization
- remove t/00-check-deps.t, which fails on old toolchains that do not
understand configure_requires
2.07 2013-09-22 22:09:32Z
- removed dependency on Test::Warnings in tests (now reserved for
author testing)
- now packaged with a Build.PL (for Module::Build::Tiny), and a
Makefile.PL (for legacy 5.6 and 5.8 users; prints a warning on
invocation)
2.06 2013-09-17 19:43:09Z
- packaging the dist again with EUMM rather than MBT
2.05 2013-09-11 03:50:28Z
- Support for handling lvalue methods (Graham Knop)
- convert to building with Dist::Zilla
2.04 2013-03-30
- Remove erroneous perl 5.8 requirement
2.03 2013-02-02
- New build to fix missing files in inc/
2.02 2013-02-01
- Dist improvements (Karen Etheridge)
2.01 2013-01-27
- Test for and fix $_ corruption (Vladimir Timofeev)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-Method-Modifiers/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Class-Method-Modifiers/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Class-Method-Modifiers/Makefile b/devel/p5-Class-Method-Modifiers/Makefile index a111e6c2d38..a998173f469 100644 --- a/devel/p5-Class-Method-Modifiers/Makefile +++ b/devel/p5-Class-Method-Modifiers/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2014/05/29 23:35:44 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/09/07 12:22:45 wiz Exp $ -DISTNAME= Class-Method-Modifiers-2.00 +DISTNAME= Class-Method-Modifiers-2.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} @@ -12,6 +11,7 @@ COMMENT= Perl module providing Moose-like method modifiers LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal +BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires PERL5_PACKLIST= auto/Class/Method/Modifiers/.packlist PERL5_MODULE_TYPE= Module::Install::Bundled diff --git a/devel/p5-Class-Method-Modifiers/distinfo b/devel/p5-Class-Method-Modifiers/distinfo index 1f0a4194914..fe1407c46c3 100644 --- a/devel/p5-Class-Method-Modifiers/distinfo +++ b/devel/p5-Class-Method-Modifiers/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2013/01/26 19:44:43 rhaen Exp $ +$NetBSD: distinfo,v 1.9 2014/09/07 12:22:45 wiz Exp $ -SHA1 (Class-Method-Modifiers-2.00.tar.gz) = 46353782c48b81f79cd41ac761a098d7859951df -RMD160 (Class-Method-Modifiers-2.00.tar.gz) = 20b63339a439d8fb8c37a189cd5449f4202dd838 -Size (Class-Method-Modifiers-2.00.tar.gz) = 31351 bytes +SHA1 (Class-Method-Modifiers-2.11.tar.gz) = fc6f769003a8fd103d598a63cba9c34165490d39 +RMD160 (Class-Method-Modifiers-2.11.tar.gz) = 4859a4164fb231b1394dad5956e5438efb8ccc62 +Size (Class-Method-Modifiers-2.11.tar.gz) = 35364 bytes |