pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Moose Update to 2.1209



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdd8fdcdb5fc
branches:  trunk
changeset: 635409:bdd8fdcdb5fc
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Jun 05 07:57:05 2014 +0000

description:
Update to 2.1209

Upstream changes:
2.1209   2014-06-04

  [OTHER]

  - The is_anon method now always returns false when called on
    Moose::Meta::Role::Composite objects. This isn't strictly right, but for
    the purposes of Moose internals, where "is_anon" really means "needs to be
    cleaned up", it's correct. This fixes warnings that were seen when using
    recent Moose (2.1100+) and MooseX::Role::Parameterized roles as part of a
    composite role. These warnings only appear with Perl 5.16 and earlier.

2.1208   2014-06-01

  [BUG FIXES]

  - fix implementation of throw_exception in internal Class::MOP traits,
    caused by changes in 2.1207 (ether, RT#96112)

diffstat:

 devel/p5-Moose/Makefile |  5 ++---
 devel/p5-Moose/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 69dcca4e14da -r bdd8fdcdb5fc devel/p5-Moose/Makefile
--- a/devel/p5-Moose/Makefile   Thu Jun 05 07:13:49 2014 +0000
+++ b/devel/p5-Moose/Makefile   Thu Jun 05 07:57:05 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.72 2014/05/29 23:36:06 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2014/06/05 07:57:05 wen Exp $
 
-DISTNAME=      Moose-2.1207
+DISTNAME=      Moose-2.1209
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
diff -r 69dcca4e14da -r bdd8fdcdb5fc devel/p5-Moose/distinfo
--- a/devel/p5-Moose/distinfo   Thu Jun 05 07:13:49 2014 +0000
+++ b/devel/p5-Moose/distinfo   Thu Jun 05 07:57:05 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2014/05/27 16:11:46 wen Exp $
+$NetBSD: distinfo,v 1.60 2014/06/05 07:57:05 wen Exp $
 
-SHA1 (Moose-2.1207.tar.gz) = 6577f15befcaf445f582270e6745d81e63f026c6
-RMD160 (Moose-2.1207.tar.gz) = 0ff719f17fb87b9c4f398beaf639694c5f59850f
-Size (Moose-2.1207.tar.gz) = 783725 bytes
+SHA1 (Moose-2.1209.tar.gz) = 7890904f310c75ee95222c5ca183a8f62498cce7
+RMD160 (Moose-2.1209.tar.gz) = 1dd457704e6e46f1e68b02e88890d2e295816fcb
+Size (Moose-2.1209.tar.gz) = 780630 bytes



Home | Main Index | Thread Index | Old Index