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 p5-Moose from version 0.79 to ve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d82b66d23dd6
branches: trunk
changeset: 394228:d82b66d23dd6
user: seb <seb%pkgsrc.org@localhost>
date: Sun Jun 07 11:31:05 2009 +0000
description:
Update p5-Moose from version 0.79 to version 0.80.
Upstream changes:
0.80 Sat, Jun 6, 2009
* Moose::Manual::FAQ
- Add FAQ about the coercion change from 0.76 because it came up
three times today (perigrin)
- Win doy $10 dollars because Sartak didn't think anybody
would document this fast enough (perigrin)
* Moose::Meta::Method::Destructor
- Inline a DESTROY method even if there are no DEMOLISH methods
to prevent unnecessary introspection in
Moose::Object::DEMOLISHALL
* Moose::*
- A role's required methods are now represented by
Moose::Meta::Role::Method::Required objects. Conflicts are now
represented by Moose::Meta::Role::Method::Conflicting
objects. The benefit for end-users in that unresolved
conflicts generate different, more instructive, errors,
resolving Ovid's #44895. (Sartak)
* Moose::Role
- Improve the error message of "extends" as suggested by Adam
Kennedy and confound (Sartak)
- Link to Moose::Manual::Roles from Moose::Role as we now have
excellent documentation (Adam Kennedy)
* Tests
- Update test suite for subname change in Class::MOP
(nothingmuch)
- Add TODO test for infinite recursion in Moose::Meta::Class
(groditi)
diffstat:
devel/p5-Moose/Makefile | 4 ++--
devel/p5-Moose/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 15db561533dc -r d82b66d23dd6 devel/p5-Moose/Makefile
--- a/devel/p5-Moose/Makefile Sun Jun 07 11:30:15 2009 +0000
+++ b/devel/p5-Moose/Makefile Sun Jun 07 11:31:05 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2009/05/16 16:22:13 seb Exp $
+# $NetBSD: Makefile,v 1.24 2009/06/07 11:31:05 seb Exp $
#
-DISTNAME= Moose-0.79
+DISTNAME= Moose-0.80
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
diff -r 15db561533dc -r d82b66d23dd6 devel/p5-Moose/distinfo
--- a/devel/p5-Moose/distinfo Sun Jun 07 11:30:15 2009 +0000
+++ b/devel/p5-Moose/distinfo Sun Jun 07 11:31:05 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2009/05/16 16:22:13 seb Exp $
+$NetBSD: distinfo,v 1.22 2009/06/07 11:31:05 seb Exp $
-SHA1 (Moose-0.79.tar.gz) = 23d58c2c5459b032698e233642e09d8332aa7bf8
-RMD160 (Moose-0.79.tar.gz) = 7d1ece71900579fb63d51f46120a41a43a04164f
-Size (Moose-0.79.tar.gz) = 319162 bytes
+SHA1 (Moose-0.80.tar.gz) = cc74dd71a2f70e868d193f08b21f4fe7f13f0e7b
+RMD160 (Moose-0.80.tar.gz) = f95d79b5a0d23244ed8c843fc9f623776f1b8ff6
+Size (Moose-0.80.tar.gz) = 322104 bytes
Home |
Main Index |
Thread Index |
Old Index