diff options
author | seb <seb> | 2010-08-28 18:52:59 +0000 |
---|---|---|
committer | seb <seb> | 2010-08-28 18:52:59 +0000 |
commit | 514f3ae9c4081a500f5c05247a2af1c7e49a312a (patch) | |
tree | 89313da9f337a4307ecfb1a57cddeba8e928a8c1 | |
parent | e076ed868cd8b804b04295881fc3be4db0eceb81 (diff) | |
download | pkgsrc-514f3ae9c4081a500f5c05247a2af1c7e49a312a.tar.gz |
Update p5-Moose from version 1.10 to version 1.12.
Pkgsrc changes:
- adjust dependencies
Upstream changes:
1.12 Sat, Aug 28, 2010
[BUG FIXES]
* Fix the MANIFEST. Fixes RT #60831, reported by Alberto Simões.
1.11 Fri, Aug 27, 2010
[API CHANGES]
* An attribute in a subclass can now override the value of "is". (doy)
* The deprecation warnings for alias and excludes have been turned back off
for this release, to give other module authors a chance to tweak their
code. (Dave Rolsky)
[BUG FIXES]
* mro::get_linear_isa was being called as a function rather than a method,
which caused problems with Perl 5.8.x. (t0m)
* Union types always created a type constraint, even if their constituent
constraints did not have any coercions. This bogus coercion always
returned undef, which meant that a union which included Undef as a member
always coerced bad values to undef. Reported by Eric Brine. RT
#58411. (Dave Rolsky)
* Union types with coercions would always fall back to coercing the value to
undef (unintentionally). Now if all the coercions for a union type fail,
the value returned by the coercion is the original value that we attempted
to coerce. (Dave Rolsky).
-rw-r--r-- | devel/p5-Moose/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Moose/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index 548c0cbc3a2..d249f65692b 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2010/08/25 22:09:05 seb Exp $ +# $NetBSD: Makefile,v 1.49 2010/08/28 18:52:59 seb Exp $ # -DISTNAME= Moose-1.10 +DISTNAME= Moose-1.12 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -20,8 +20,8 @@ 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 +BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires # t/200_examples/002_example_Moose_POOP.t BUILD_DEPENDS+= p5-DBM-Deep-[0-9]*:../../databases/p5-DBM-Deep diff --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo index 8be2b8a62e4..52952d59778 100644 --- a/devel/p5-Moose/distinfo +++ b/devel/p5-Moose/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.43 2010/08/25 22:09:05 seb Exp $ +$NetBSD: distinfo,v 1.44 2010/08/28 18:52:59 seb Exp $ -SHA1 (Moose-1.10.tar.gz) = 9ffbc9711582ce218872b9d98c53a78dd8e9f577 -RMD160 (Moose-1.10.tar.gz) = e3415cada723068aebde14dc4b94c98ff3a15544 -Size (Moose-1.10.tar.gz) = 437914 bytes +SHA1 (Moose-1.12.tar.gz) = 11bbe59d7d4b60f7ca617f39430fe713a9890d62 +RMD160 (Moose-1.12.tar.gz) = 10e619fa95748036a94f9e5596841b0d0fc8508a +Size (Moose-1.12.tar.gz) = 439747 bytes |