From e8e662cae5f46c152f3f00626d78c4b23bd62687 Mon Sep 17 00:00:00 2001 From: sno Date: Thu, 23 Sep 2010 22:16:41 +0000 Subject: Updating devel/p5-Moose from 1.12 to 1.14 Upstream changes: 1.14 Tue, Sep 21, 2010 [BUG FIXES] * Work around what looks like a bug in List::MoreUtils::any. This bug caused a weird error when defining the same union type twice, but only when using MooseX::Types. Reported by Curtis Jewell. RT #61001. (Dave Rolsky) 1.13 Mon, Sep 13, 2010 [API CHANGES] * The deprecation warnings for alias and excludes are back, use -alias and -excludes instead. (Dave Rolsky) [ENHANCEMENTS] * When composing one role into another and there is an attribute conflict, the error message now includes the attribute name. Reported by Sam Graham. RT #59985. (Dave Rolsky) * When a class is made immutable, the does_role method is overridden with a much faster version that simply looks role names up in a hash. Code which uses lots of role-based type constraints should be faster. (Dave Rolsky) --- devel/p5-Moose/Makefile | 4 ++-- devel/p5-Moose/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'devel/p5-Moose') diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index d249f65692b..67e8be9e74f 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2010/08/28 18:52:59 seb Exp $ +# $NetBSD: Makefile,v 1.50 2010/09/23 22:16:41 sno Exp $ # -DISTNAME= Moose-1.12 +DISTNAME= Moose-1.14 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 52952d59778..4e9fac0787b 100644 --- a/devel/p5-Moose/distinfo +++ b/devel/p5-Moose/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.44 2010/08/28 18:52:59 seb Exp $ +$NetBSD: distinfo,v 1.45 2010/09/23 22:16:41 sno Exp $ -SHA1 (Moose-1.12.tar.gz) = 11bbe59d7d4b60f7ca617f39430fe713a9890d62 -RMD160 (Moose-1.12.tar.gz) = 10e619fa95748036a94f9e5596841b0d0fc8508a -Size (Moose-1.12.tar.gz) = 439747 bytes +SHA1 (Moose-1.14.tar.gz) = e2330a9b20d6688cf49fa423d31c6d747d8d57de +RMD160 (Moose-1.14.tar.gz) = a42aa549961dcaa98a2d20efffa164b0a82c6092 +Size (Moose-1.14.tar.gz) = 440845 bytes -- cgit v1.2.3