diff options
author | wen <wen@pkgsrc.org> | 2017-02-03 02:06:38 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-02-03 02:06:38 +0000 |
commit | 5d5969b4bae88d37f257680c568f9afb7a4776bf (patch) | |
tree | 4509cc2d4e89a7595ef8851751dc9e1b78341153 /devel/p5-Moose | |
parent | be73a7df2b12b9bd077083405c086cc1d651106a (diff) | |
download | pkgsrc-5d5969b4bae88d37f257680c568f9afb7a4776bf.tar.gz |
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 (limited to 'devel/p5-Moose')
-rw-r--r-- | devel/p5-Moose/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Moose/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index de293a0a716..2874cdfd564 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -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 --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo index a62384ac9ca..df97194c8ab 100644 --- a/devel/p5-Moose/distinfo +++ b/devel/p5-Moose/distinfo @@ -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 |