diff options
author | seb <seb@pkgsrc.org> | 2010-04-10 07:12:41 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-10 07:12:41 +0000 |
commit | f4cba711ab775c0805f3fe881932727bbc3fc37e (patch) | |
tree | 16f7911e0824252a2271eb0ffc59352bf0059759 /devel | |
parent | 38ca90fea88cd294a05cde0b0a9ea1aa67ae39b6 (diff) | |
download | pkgsrc-f4cba711ab775c0805f3fe881932727bbc3fc37e.tar.gz |
Update p5-Moose from version 0.99 to version 1.01.
Pkgsrc changes:
- clean up "test dependencies" and comment which tests need them
Upstream changes:
1.01 Fri, Mar 26, 2010
[NEW FEATURES]
* The handles option now also accepts a role type constraint in addition to a
plain role name. (Florian Ragwitz)
[OTHER]
* Record the Sartak/doy debt properly in Changes (perigrin)
1.00 Tue, Mar 25, 2010
[BUG FIXES]
* Moose::Meta::Attribute::Native::Trait::Code no longer creates reader
methods by default. (Florian Ragwitz)
[DOCUMENTATION]
* Improve various parts of the documentation and fix many typos.
(Dave Rolsky, Mateu Hunter, Graham Knop, Robin V, Jay Hannah, Jesse Luehrs)
[OTHER]
* Paid the $10 debt to doy from 0.80 Sat, Jun 6, 2009 (Sartak)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Moose/Makefile | 34 | ||||
-rw-r--r-- | devel/p5-Moose/distinfo | 8 |
2 files changed, 30 insertions, 12 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index 91fb9d303b2..afeea7472bf 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2010/03/10 08:48:23 sno Exp $ +# $NetBSD: Makefile,v 1.40 2010/04/10 07:12:41 seb Exp $ # -DISTNAME= Moose-0.99 +DISTNAME= Moose-1.01 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -19,23 +19,41 @@ DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken DEPENDS+= p5-Try-Tiny>=0.02:../../devel/p5-Try-Tiny +BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Exception>=0.27:../../devel/p5-Test-Exception + +# t/200_examples/002_example_Moose_POOP.t BUILD_DEPENDS+= p5-DBM-Deep-[0-9]*:../../databases/p5-DBM-Deep +# t/000_recipes/moose_cookbook_basics_recipe11.t BUILD_DEPENDS+= p5-DateTime-Calendar-Mayan-[0-9]*:../../time/p5-DateTime-Calendar-Mayan +# t/200_examples/002_example_Moose_POOP.t BUILD_DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL +# t/200_examples/00{4,5}_* BUILD_DEPENDS+= p5-Declare-Constraints-Simple-[0-9]*:../../devel/p5-Declare-Constraints-Simple +# t/040_type_constraints/009_union_types_and_coercions.t BUILD_DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String +# t/000_recipes/moose_cookbook_basics_recipe4.t BUILD_DEPENDS+= p5-Locale-US-[0-9]*:../../misc/p5-Locale-US +# t/060_compat/001_module_refresh_compat.t BUILD_DEPENDS+= p5-Module-Refresh-[0-9]*:../../devel/p5-Module-Refresh +# t/000_recipes/moose_cookbook_basics_recipe5.t BUILD_DEPENDS+= p5-Params-Coerce-[0-9]*:../../devel/p5-Params-Coerce +# t/000_recipes/moose_cookbook_basics_recipe4.t BUILD_DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common +# t/200_examples/005_example_w_TestDeep.t BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep -BUILD_DEPENDS+= p5-Test-Exception>=0.27:../../devel/p5-Test-Exception +# t/020_attributes/027_accessor_override_method.t +# t/050_metaclasses/012_moose_exporter.t +# t/300_immutable/011_constructor_is_wrapped.t +# t/300_immutable/010_constructor_is_not_moose.t +# t/300_immutable/013_immutable_roundtrip.t +# t/030_roles/019_build.t +# t/000_recipes/moose_cookbook_extending_recipe2.t BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output -BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage -BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod -BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple -BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI -BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +#BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage # xt/author/pod_coverage.t +#BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod # xt/author/pod.t +#BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +#BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo index 79a1248891c..639e49dee16 100644 --- a/devel/p5-Moose/distinfo +++ b/devel/p5-Moose/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2010/03/10 08:48:23 sno Exp $ +$NetBSD: distinfo,v 1.36 2010/04/10 07:12:41 seb Exp $ -SHA1 (Moose-0.99.tar.gz) = 83aed3bacb32c9aa22e50e20670c512374eea8b6 -RMD160 (Moose-0.99.tar.gz) = c0692d756d05eda53f3a7e15a6c3756827c32522 -Size (Moose-0.99.tar.gz) = 421366 bytes +SHA1 (Moose-1.01.tar.gz) = 8afaf35a1cb3e2d2dce1fab4656a45f828878c2d +RMD160 (Moose-1.01.tar.gz) = 2cef8f697b67020e038fb529cd79c123a724beef +Size (Moose-1.01.tar.gz) = 423098 bytes |