summaryrefslogtreecommitdiff
path: root/devel/p5-Moose
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2009-02-26 22:26:31 +0000
committerseb <seb@pkgsrc.org>2009-02-26 22:26:31 +0000
commitc75ee89a16e37c90baea920c4bdd13d1830b15f7 (patch)
tree4230f93ec0bd21dc40e8dfa11218aadbd6af20c7 /devel/p5-Moose
parentf678aedb7ca779b6396bb9006670af39264bdb27 (diff)
downloadpkgsrc-c75ee89a16e37c90baea920c4bdd13d1830b15f7.tar.gz
Update from version 0.70 to version 0.72.
Upstream changes: 0.72 Mon, February 23, 2009 * Moose::Object * Moose::Meta::Method::Constructor - A mutable class accepted Foo->new(undef) without complaint, while an immutable class would blow up with an unhelpful error. Now, in both cases we throw a helpful error instead. Reported by doy. 0.71_01 Sun, February 22, 2009 * Moose::Cookbook - Hopefully fixed some POD errors in a few recipes that caused them to display weird on search.cpan.org. * Moose::Util::TypeConstraints - Calling type or subtype without the sugar helpers (as, where, message) is now deprecated. - The subtype function tried hard to guess what you meant, but often got it wrong. For example: my $subtype = subtype as 'ArrayRef[Object]'; This caused an error in the past, but now works as you'd expect. * Everywhere - Make sure Moose.pm is loaded before calling Moose->throw_error. This wasn't normally an issue, but could bite you in weird cases. 0.71 Thu, February 19, 2009 * Moose::Cookbook::Basics::Recipe11 - A new recipe which demonstrates the use of BUILDARGS and BUILD. (Dave Rolsky) * Moose::Cookbook::Roles::Recipe3 - A new recipe, applying a role to an object instance. (Dave Rolsky) * Moose::Exporter - Allow overriding specific keywords from "also" packages. (doy) * Tests - Replace hardcoded cookbook tests with Test::Inline POD to ensure they don't get out of sync. (Dave Rolsky) * Moose::Cookbook - Working on the above turned up a number of little bugs in the recipe code. (Dave Rolsky) * Moose::Util::TypeConstraints::Optimized - Just use Class::MOP for the optimized ClassName check. (Dave Rolsky)
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 8027e5d5aaf..58c077e1bc2 100644
--- a/devel/p5-Moose/Makefile
+++ b/devel/p5-Moose/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2009/02/15 08:39:37 seb Exp $
+# $NetBSD: Makefile,v 1.17 2009/02/26 22:26:31 seb Exp $
#
-DISTNAME= Moose-0.70
+DISTNAME= Moose-0.72
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://moose.perl.org/
COMMENT= Postmodern object system for Perl 5
-DEPENDS+= p5-Class-MOP>=0.77:../../devel/p5-Class-MOP
+DEPENDS+= p5-Class-MOP>=0.78:../../devel/p5-Class-MOP
DEPENDS+= p5-List-MoreUtils>=0.12:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Sub-Exporter>=0.972:../../devel/p5-Sub-Exporter
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
diff --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo
index 258f062b4c6..7003c9b18d3 100644
--- a/devel/p5-Moose/distinfo
+++ b/devel/p5-Moose/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2009/02/15 08:39:37 seb Exp $
+$NetBSD: distinfo,v 1.15 2009/02/26 22:26:31 seb Exp $
-SHA1 (Moose-0.70.tar.gz) = cde65f669ab1ff210985de4267eaf143aa5d4803
-RMD160 (Moose-0.70.tar.gz) = 18cbd073345e47f8133005038599d3a872a55b89
-Size (Moose-0.70.tar.gz) = 284263 bytes
+SHA1 (Moose-0.72.tar.gz) = d0a756bb45c981e01e5e0df417a9399336732882
+RMD160 (Moose-0.72.tar.gz) = 365e852294e8a9bd0f4c665307911bd8e3dbc552
+Size (Moose-0.72.tar.gz) = 295230 bytes