From 6cb073aa6d0fe639d981f4f6b3de1f9f1525bab1 Mon Sep 17 00:00:00 2001 From: wen Date: Wed, 3 Apr 2013 06:47:26 +0000 Subject: Update to 2.0801 Upstream changes: 2.0801 Thu, Mar 28, 2013 [BUG FIXES] * properly apply traits at compile time (error introduced in 2.0800, RT#77974). (doy) 2.0800 Wed, Mar 27, 2013 [ENHANCEMENTS] * The super() subroutine now carps if you pass it arguments. These arguments are always ignored, but we used to ignore them silently. RT #77383. * Roles can now override methods from other roles they consume directly, without needing to manually exclude them (just like classes can). (mst) [BUG FIXES] * Fix false positive when checking for circular references for modules that use the "also" parameter with Moose::Exporter. Reported by Jon Swartz. Fixed by Matthew Wickline. RT #63818. * Fix memory leak in type unions. (Karen Etheridge) RT#83929. * Fix application of traits at compile time. (doy) RT#77974. --- devel/p5-Moose/Makefile | 4 ++-- devel/p5-Moose/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'devel') diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index a8e0fe1cd9f..3e7e5613211 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2012/10/31 11:18:33 asau Exp $ +# $NetBSD: Makefile,v 1.61 2013/04/03 06:47:26 wen Exp $ -DISTNAME= Moose-2.0604 +DISTNAME= Moose-2.0801 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 1041b406781..b1e8f8adfe0 100644 --- a/devel/p5-Moose/distinfo +++ b/devel/p5-Moose/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.49 2012/10/13 11:23:00 wen Exp $ +$NetBSD: distinfo,v 1.50 2013/04/03 06:47:26 wen Exp $ -SHA1 (Moose-2.0604.tar.gz) = 797c0fa987e5ecf50335813f31c7d8ae88c88e20 -RMD160 (Moose-2.0604.tar.gz) = ac24f46c2305f384a27ce30e7725ec7a153595fa -Size (Moose-2.0604.tar.gz) = 696388 bytes +SHA1 (Moose-2.0801.tar.gz) = bc3b698b40784ecf8a35bcb98281599a26b91691 +RMD160 (Moose-2.0801.tar.gz) = cfe03301cf9cfac56f20cd28d443475d66fd03a7 +Size (Moose-2.0801.tar.gz) = 658287 bytes -- cgit v1.2.3