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)
This commit is contained in:
parent
b40cfea4b8
commit
53e0f0a873
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue