diff options
author | wen <wen@pkgsrc.org> | 2013-07-27 01:35:21 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-07-27 01:35:21 +0000 |
commit | 7d793de7155dba8e7c722e8da588a675d8db4ad9 (patch) | |
tree | 1501301a64adaea26325fab04a432dde5ae4a0fe | |
parent | 8d547350266a42abdaf6406322ecb68b2de22f82 (diff) | |
download | pkgsrc-7d793de7155dba8e7c722e8da588a675d8db4ad9.tar.gz |
Update to 2.1004
Remove some unneeded comments.
Upstream changes;
2.1004 Fri, Jul 26, 2013
[BUG FIXES]
* 2.1003 was released with some bad metadata, which caused the prereq test
to fail.
2.1003 Fri, Jul 26, 2013
[OTHER]
* Releasing 2.0901 as stable.
2.0901-TRIAL Fri, Jun 21, 2013
[ENHANCEMENTS]
* The with_immutable() sub from Test::Moose now passes a boolean value to
the code block containing tests indicating whether or not the classes have
been made immutable. This can make for nicer test descriptions. (Dave
Rolsky)
* You can now use Specio types instead of Moose builtins or
MooseX::Types. As a bonus, Specio types inline coercion. However, this
support is still experimental (as is Specio), so use it with care. (Dave
Rolsky)
2.0900-TRIAL Sun, May 26, 2013
[API CHANGES]
* Fixed the Num builtin type to reject NaN, Inf, numbers with whitespace,
and other questionable strings. The MooseX::Types::LaxNum distro
implements the old behavior. RT#70539 (Upasana Shukla)
-rw-r--r-- | devel/p5-Moose/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Moose/distinfo | 8 |
2 files changed, 6 insertions, 24 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index 01226ff0274..c4736c9dfcf 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2013/05/31 12:40:32 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2013/07/27 01:35:21 wen Exp $ -DISTNAME= Moose-2.0802 +DISTNAME= Moose-2.1004 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -35,33 +34,16 @@ BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires CONFLICTS+= p5-Class-MOP-[0-9]* -# 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 -# 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 # other documented develop dependencies BUILD_DEPENDS+= p5-Algorithm-C3-[0-9]*:../../devel/p5-Algorithm-C3 diff --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo index bc39fbab32e..1f23f7434a9 100644 --- a/devel/p5-Moose/distinfo +++ b/devel/p5-Moose/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.51 2013/05/08 12:38:05 wen Exp $ +$NetBSD: distinfo,v 1.52 2013/07/27 01:35:21 wen Exp $ -SHA1 (Moose-2.0802.tar.gz) = 98c964c64524adcbef06a1b07308abb5312a92af -RMD160 (Moose-2.0802.tar.gz) = b0a7b9a367fd5eaae15c498ca9de994b3e584229 -Size (Moose-2.0802.tar.gz) = 655624 bytes +SHA1 (Moose-2.1004.tar.gz) = 4cdb9fe30605f10c0028a56fbfbaf1ec92004adb +RMD160 (Moose-2.1004.tar.gz) = 53e110f3b096d0200547454c03621590835c7697 +Size (Moose-2.1004.tar.gz) = 711617 bytes |