diff options
author | seb <seb@pkgsrc.org> | 2010-05-05 23:19:34 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-05-05 23:19:34 +0000 |
commit | 94fe73c93e518a1d21a11468a65d7e6099faffc3 (patch) | |
tree | cadf56ef632d96771470825ff916b151d4f7a80e /devel | |
parent | 117090f791146c17244e780aa621f90ce1f39d8d (diff) | |
download | pkgsrc-94fe73c93e518a1d21a11468a65d7e6099faffc3.tar.gz |
Update p5-Moose from version 1.01 to version 1.02.
Upstream changes:
1.02 Sat, May 01, 2010
[BUG FIXES]
* Stop the natatime method provided by the native Array trait from returning
an exhausted iterator when being called with a callback. (Florian Ragwitz)
* Make Moose::Meta::TypeConstraint::Class correctly reject RegexpRefs.
(Florian Ragwitz)
* Calling is_subtype_of on a Moose::Meta::TypeConstraint::Class with itself or
the class the TC represents as an argument incorrectly returned true. This
behavior is correct for is_type_of, not is_subtype_of. (Guillermo Roditi)
* Use File::Temp for temp files created during tests. Previously, files were
written to the t/ dir, which could cause problems of the user running the
tests did not have write access to that directory.. (Chris Weyl, Ævar
Arnfjörð Bjarmason)
* Pass role arguments along when applying roles to instances. (doy, lsm)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Moose/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Moose/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index afeea7472bf..36941edcfa5 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2010/04/10 07:12:41 seb Exp $ +# $NetBSD: Makefile,v 1.41 2010/05/05 23:19:34 seb Exp $ # -DISTNAME= Moose-1.01 +DISTNAME= Moose-1.02 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo index 639e49dee16..48da22589e8 100644 --- a/devel/p5-Moose/distinfo +++ b/devel/p5-Moose/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2010/04/10 07:12:41 seb Exp $ +$NetBSD: distinfo,v 1.37 2010/05/05 23:19:34 seb Exp $ -SHA1 (Moose-1.01.tar.gz) = 8afaf35a1cb3e2d2dce1fab4656a45f828878c2d -RMD160 (Moose-1.01.tar.gz) = 2cef8f697b67020e038fb529cd79c123a724beef -Size (Moose-1.01.tar.gz) = 423098 bytes +SHA1 (Moose-1.02.tar.gz) = 4f01051c375424b210c553a930f2fca45b9a2f36 +RMD160 (Moose-1.02.tar.gz) = 775a49ab7588b729e5297f4790b3440d3336dba4 +Size (Moose-1.02.tar.gz) = 425582 bytes |