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: Sat Oct 1 11:52:36 UTC 2016
Modified Files:
pkgsrc/devel/p5-Moose: Makefile distinfo
Log Message:
Update to 2.1806
Upstream changes:
2.1806 2016-09-25
[BUG FIXES}
- A role generated on the fly (as opposed to one in a file on disk) could
not be used as a trait. Fixed by Aaron Cohen. (RT#92089, PR#47).
[ENHANCEMENTS]
- When a required attribute's init_arg differs from the attribute's name, we
now include both the attribute name and init_arg in the exception thrown
when that attribute is not provided. (RT#116814, Gordon Fisher)
- The unimport sub generated by Moose::Exporter can now be called with
parameters like { into => 'Package' } or { into_level => 1 }, just like
the import sub it generates. Requested by Dmytro Zagashev. (RT #93666).
- Moose::Meta::Attribute objects created from role attributes keep a
reference to the Moose::Meta::Role::Attribute which created
them. Moose::Meta::Attribute now has ->role_attribute and
->has_role_attribute methods. RT #84563 and #117586. (Dave Rolsky)
[DOCUMENTATION]
- Updated Moose::Manual::Roles with more detail on role consumption and how
to deal with various corner cases involving required methods, multiple
roles, etc.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/devel/p5-Moose/Makefile
cvs rdiff -u -r1.80 -r1.81 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.98 pkgsrc/devel/p5-Moose/Makefile:1.99
--- pkgsrc/devel/p5-Moose/Makefile:1.98 Fri Aug 26 22:37:29 2016
+++ pkgsrc/devel/p5-Moose/Makefile Sat Oct 1 11:52:36 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2016/08/26 22:37:29 mef Exp $
+# $NetBSD: Makefile,v 1.99 2016/10/01 11:52:36 wen Exp $
-DISTNAME= Moose-2.1805
+DISTNAME= Moose-2.1806
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.80 pkgsrc/devel/p5-Moose/distinfo:1.81
--- pkgsrc/devel/p5-Moose/distinfo:1.80 Fri Aug 26 22:37:29 2016
+++ pkgsrc/devel/p5-Moose/distinfo Sat Oct 1 11:52:36 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.80 2016/08/26 22:37:29 mef Exp $
+$NetBSD: distinfo,v 1.81 2016/10/01 11:52:36 wen Exp $
-SHA1 (Moose-2.1805.tar.gz) = c62355723bd2ab6b4a63c70c840f2dfe86b501ed
-RMD160 (Moose-2.1805.tar.gz) = a7d6a29c95c8bdc3fa492eaa1e7269a1c7ceabe4
-SHA512 (Moose-2.1805.tar.gz) = f899de61dbad86fe78be03fbe3e68706799ef3e18dcf4044de525225af438c903d653bcbde4f59afe6c1d73d9f920aaa62c931784340e4526f8260985c560165
-Size (Moose-2.1805.tar.gz) = 806916 bytes
+SHA1 (Moose-2.1806.tar.gz) = 8d9f74c28f513a02465e83db43ad13dd87b46b40
+RMD160 (Moose-2.1806.tar.gz) = 19953257827f9730716eccaf331083894e1f0184
+SHA512 (Moose-2.1806.tar.gz) = ac58eed4f2a670bca0e158eb6768947254b3a8c587306b5641d5b5d17f6f03c62f68db61bc4f7c1d5b585488a2029b8332ab61bbe5c556f7f4af19cb8f49c097
+Size (Moose-2.1806.tar.gz) = 808855 bytes
Home |
Main Index |
Thread Index |
Old Index