summaryrefslogtreecommitdiff
path: root/devel/p5-Moose
diff options
context:
space:
mode:
authorseb <seb>2009-08-18 12:13:23 +0000
committerseb <seb>2009-08-18 12:13:23 +0000
commit7d893c35a5886d54451a055ff751d1a56f05aa32 (patch)
tree9a1ca707055c539d185b6247614495179e15acc7 /devel/p5-Moose
parentcb76dc63237c8982feae1177f3e33a9bd50f0b6b (diff)
downloadpkgsrc-7d893c35a5886d54451a055ff751d1a56f05aa32.tar.gz
Update p5-Moose from version 0.88 to version 0.89.
Pkgsrc changes: - Adjust dependency on devel/p5-Class-MOP Upstream changes: 0.89 Thu Aug 13, 2009 * Moose::Manual::Attributes - Clarify "is", include discussion of "bare". (Sartak) * Moose::Meta::Role::Method::Conflicting * Moose::Meta::Role::Application::ToClass - For the first set of roles involved in a conflict, report all unresolved method conflicts, not just the first method. Fixes #47210 reported by Ovid. (Sartak) * Moose::Meta::TypeConstraint - Add assert_valid method to use a TypeConstraint for assertion (rjbs) * Moose::Exporter - Make "use Moose -metaclass => 'Foo'" do alias resolution, like -traits does. (doy) - Allow specifying role options (alias, excludes, MXRP stuff) in the arrayref passed to "use Moose -traits" (doy) * Moose::Util - Add functions meta_class_alias and meta_attribute_alias for creating aliases for class and attribute metaclasses and metatraits. (doy) * Moose::Meta::Attribute * Moose::Meta::Method::Accessor - A trigger now receives the old value as a second argument, if the attribute had one. (Dave Rolsky) * Moose::Meta::Method::Constructor - Fix a bug with $obj->new when $obj has stringify overloading. Reported by Andrew Suffield [rt.cpan.org #47882] (Sartak) - However, we will probably deprecate $obj->new, so please don't start using it for new code!
Diffstat (limited to 'devel/p5-Moose')
-rw-r--r--devel/p5-Moose/Makefile6
-rw-r--r--devel/p5-Moose/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile
index 71cd25b7491..beaf277f396 100644
--- a/devel/p5-Moose/Makefile
+++ b/devel/p5-Moose/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2009/07/26 07:04:28 seb Exp $
+# $NetBSD: Makefile,v 1.28 2009/08/18 12:13:23 seb Exp $
#
-DISTNAME= Moose-0.88
+DISTNAME= Moose-0.89
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -11,7 +11,7 @@ HOMEPAGE= http://moose.perl.org/
COMMENT= Postmodern object system for Perl 5
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Class-MOP>=0.89:../../devel/p5-Class-MOP
+DEPENDS+= p5-Class-MOP>=0.92:../../devel/p5-Class-MOP
DEPENDS+= p5-Data-OptList-[0-9]*:../../devel/p5-Data-OptList
DEPENDS+= p5-List-MoreUtils>=0.12:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Sub-Exporter>=0.980:../../devel/p5-Sub-Exporter
diff --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo
index c9ffab2996c..9a4d38e5440 100644
--- a/devel/p5-Moose/distinfo
+++ b/devel/p5-Moose/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2009/07/26 07:04:28 seb Exp $
+$NetBSD: distinfo,v 1.26 2009/08/18 12:13:23 seb Exp $
-SHA1 (Moose-0.88.tar.gz) = dbf59d9eeb60b01e5b3c1d6f1818a4516e6e6cf3
-RMD160 (Moose-0.88.tar.gz) = fd4b433c5f3592a6f6bcf6594fe02b613f1b29ad
-Size (Moose-0.88.tar.gz) = 332992 bytes
+SHA1 (Moose-0.89.tar.gz) = 7423d0a92979ab093e719d3f72a682c9061778f6
+RMD160 (Moose-0.89.tar.gz) = 4e00fe4e9d5dbb82b8ad813dba587c966c7b86d2
+Size (Moose-0.89.tar.gz) = 336800 bytes