pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Moose



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Feb  3 02:06:38 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Moose: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/devel/p5-Moose/Makefile
cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/p5-Moose/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Moose/Makefile
diff -u pkgsrc/devel/p5-Moose/Makefile:1.101 pkgsrc/devel/p5-Moose/Makefile:1.102
--- pkgsrc/devel/p5-Moose/Makefile:1.101        Mon Jan 30 01:39:27 2017
+++ pkgsrc/devel/p5-Moose/Makefile      Fri Feb  3 02:06:38 2017
@@ -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/}

Index: pkgsrc/devel/p5-Moose/distinfo
diff -u pkgsrc/devel/p5-Moose/distinfo:1.83 pkgsrc/devel/p5-Moose/distinfo:1.84
--- pkgsrc/devel/p5-Moose/distinfo:1.83 Mon Jan 30 01:39:27 2017
+++ pkgsrc/devel/p5-Moose/distinfo      Fri Feb  3 02:06:38 2017
@@ -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