From 8e0ea51a99092c6c8600eb09013113490867b6d1 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 12 Sep 2010 12:19:54 +0000 Subject: Update to 0.68: 0.68 Sat Sep 11 16:24:42 2010 [CHANGES] * Remove an optional depenency, Data::Util. This is used to make method modifiers faster, but the effect is limited to 'before' and 'after' modifiers. Rather, D::U's modifiers are slightly different from the standalone version, and sometimes the difference caused problems. 0.67 Fri Sep 10 13:56:38 2010 [BUG FIXES] * Oops! Fix a mistake of removing neccesary denepdencies 0.66 Fri Sep 10 13:30:41 2010 [BUG FIXES] * Workaround older perl's bug that caused segv in throwing errors * Fix looks_like_number portability 0.65 Thu Sep 9 13:30:33 2010 [CHANGES] * An attribute in a subclass can now override the value of "is" (Moose 1.07 feature) * Remove long deprecated methods: _create_args(), compute_all_applicable_attributes(), and clone_instance() [BUG FIXES] * Fix tests that misused test functions. This problem was revealed by Test::Builder2 * Improve C++ compatibility in Mouse::XS --- devel/p5-Mouse/Makefile | 5 ++--- devel/p5-Mouse/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'devel/p5-Mouse') diff --git a/devel/p5-Mouse/Makefile b/devel/p5-Mouse/Makefile index b4b76d7a336..c114f535549 100644 --- a/devel/p5-Mouse/Makefile +++ b/devel/p5-Mouse/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2010/08/21 16:34:09 seb Exp $ +# $NetBSD: Makefile,v 1.27 2010/09/12 12:19:54 wiz Exp $ -DISTNAME= Mouse-0.64 +DISTNAME= Mouse-0.68 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GF/GFUJI/} diff --git a/devel/p5-Mouse/distinfo b/devel/p5-Mouse/distinfo index 52660a27cd4..71fc211657a 100644 --- a/devel/p5-Mouse/distinfo +++ b/devel/p5-Mouse/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2010/07/29 14:31:16 seb Exp $ +$NetBSD: distinfo,v 1.23 2010/09/12 12:19:54 wiz Exp $ -SHA1 (Mouse-0.64.tar.gz) = 244b17764fbaed1d43b14c41fc3ae45e32c2e10f -RMD160 (Mouse-0.64.tar.gz) = c2f253f2cf24ac9cdb0b861c1bab216f20973fdb -Size (Mouse-0.64.tar.gz) = 207908 bytes +SHA1 (Mouse-0.68.tar.gz) = 5d73e72d56bc5d3f085f4d21ae998075e95b5c14 +RMD160 (Mouse-0.68.tar.gz) = 4f0121455052aaed5f8e6e123340930047f68b3c +Size (Mouse-0.68.tar.gz) = 208766 bytes -- cgit v1.2.3