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.2004
details: https://anonhg.NetBSD.org/pkgsrc/rev/c0f2d3c0e87e
branches: trunk
changeset: 357995:c0f2d3c0e87e
user: wen <wen%pkgsrc.org@localhost>
date: Fri Feb 03 02:06:38 2017 +0000
description:
Update to 2.2004
Upstream changes:
2.2004 2017-01-31
[BUG FIXES]
- When an attribute was specified as 'rw' and you also provided an accessor
name matching the attribute and there was an explicit writer, Moose would
try to make an additional reader access with the same name as the
attribute. Then Moose would warn about overwriting an accessor with a
reader. This is related to the bugs reported in RT #120040.
2.2003 2017-01-30
[BUG FIXES]
- Moose could die when attempting to warn about overwriting an attribute's
access method in some cases (since version 2.1902) (RT #120040)
2.2002 2017-01-30
[BUG FIXES]
- Creating a Moose subclass of a Moo class with an attribute with a
delegation would cause a warning (since version 2.1902).
diffstat:
devel/p5-Moose/Makefile | 4 ++--
devel/p5-Moose/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 49644779efd8 -r c0f2d3c0e87e devel/p5-Moose/Makefile
--- a/devel/p5-Moose/Makefile Thu Feb 02 20:43:17 2017 +0000
+++ b/devel/p5-Moose/Makefile Fri Feb 03 02:06:38 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.101 2017/01/30 01:39:27 wen Exp $
+# $NetBSD: Makefile,v 1.102 2017/02/03 02:06:38 wen Exp $
-DISTNAME= Moose-2.2001
+DISTNAME= Moose-2.2004
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
diff -r 49644779efd8 -r c0f2d3c0e87e devel/p5-Moose/distinfo
--- a/devel/p5-Moose/distinfo Thu Feb 02 20:43:17 2017 +0000
+++ b/devel/p5-Moose/distinfo Fri Feb 03 02:06:38 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.83 2017/01/30 01:39:27 wen Exp $
+$NetBSD: distinfo,v 1.84 2017/02/03 02:06:38 wen Exp $
-SHA1 (Moose-2.2001.tar.gz) = 7637617a8541a9939bd24a6f6e9b8360be022417
-RMD160 (Moose-2.2001.tar.gz) = b8255b7729f3902f6a7d7e8b0f9f152cf224ce49
-SHA512 (Moose-2.2001.tar.gz) = a9a034dce66e1e1878dca1b440cca8ad7a8e83a7c2b693836ac6396f2f8d105d94688154c11bcfc41bc091f67a341345403e51fad05ae500a6c342b4200c6d01
-Size (Moose-2.2001.tar.gz) = 812962 bytes
+SHA1 (Moose-2.2004.tar.gz) = 1d0d2c0271ba3e715910c28dc05b0a8cf66c66be
+RMD160 (Moose-2.2004.tar.gz) = e1e6506b321fa347bbea3d33bcc58956f759109a
+SHA512 (Moose-2.2004.tar.gz) = 30db47b7416347e059b0a43ac4c95c253aac9391a999cb5a484a040b9ce9e33404ae89b34cd28e0cce35506cdfe3a576b91fc941c4dbbe601f4a7d97a01867e9
+Size (Moose-2.2004.tar.gz) = 813809 bytes
Home |
Main Index |
Thread Index |
Old Index