diff options
author | seb <seb> | 2009-02-15 08:39:37 +0000 |
---|---|---|
committer | seb <seb> | 2009-02-15 08:39:37 +0000 |
commit | a19e783a37602aed0ecf62e15a627a0d64a765c0 (patch) | |
tree | d18f68e7727c97f00da5e72b3cfbc33aaedbfa0e /devel | |
parent | 0727617060d318eade092ca58d42c9c22b8498eb (diff) | |
download | pkgsrc-a19e783a37602aed0ecf62e15a627a0d64a765c0.tar.gz |
Update from version 0.69 to version 0.70.
Pkgsrc changes:
- adjust dependency on devel/p5-Moose
Upstream changes:
0.70 Sat, February 14, 2009
* Moose::Util::TypeConstraints
- Added the RoleName type (stevan)
- added tests for this (stevan)
* Moose::Cookbook::Basics::Recipe3
- Updated the before qw[left right] sub to be a little more
defensive about what it accepts (stevan)
- added more tests to t/000_recipies/basics/003_binary_tree.t
(stevan)
* Moose::Object
- We now always call DEMOLISHALL, even if a class does not
define DEMOLISH. This makes sure that method modifiers on
DEMOLISHALL work as expected. (doy)
- added tests for this (EvanCarroll)
* Moose::Util::MetaRole
- Accept roles for the wrapped_method_metaclass (rafl)
- added tests for this (rafl)
* Moose::Meta::Attribute
- We no longer pass the meta-attribute object as a final
argument to triggers. This actually changed for inlined code a
while back, but the non-inlined version and the docs were
still out of date.
* Tests
- Some tests tried to use Test::Warn 0.10, which had bugs. Now
they require 0.11. (Dave Rolsky)
* Documentation
- Lots of small changes to the manual, cookbook, and
elsewhere. These were based on feedback from various
users, too many to list here. (Dave Rolsky)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Moose/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Moose/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index 414f53d9034..8027e5d5aaf 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2009/02/14 15:36:47 seb Exp $ +# $NetBSD: Makefile,v 1.16 2009/02/15 08:39:37 seb Exp $ # -DISTNAME= Moose-0.69 +DISTNAME= Moose-0.70 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://moose.perl.org/ COMMENT= Postmodern object system for Perl 5 -DEPENDS+= p5-Class-MOP>=0.76:../../devel/p5-Class-MOP +DEPENDS+= p5-Class-MOP>=0.77:../../devel/p5-Class-MOP DEPENDS+= p5-List-MoreUtils>=0.12:../../devel/p5-List-MoreUtils DEPENDS+= p5-Sub-Exporter>=0.972:../../devel/p5-Sub-Exporter DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken diff --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo index 2536f84c07f..258f062b4c6 100644 --- a/devel/p5-Moose/distinfo +++ b/devel/p5-Moose/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2009/02/14 15:36:47 seb Exp $ +$NetBSD: distinfo,v 1.14 2009/02/15 08:39:37 seb Exp $ -SHA1 (Moose-0.69.tar.gz) = 508d74da2738065dc6f5839bcbb708392cbf123c -RMD160 (Moose-0.69.tar.gz) = 9ad3307fd380a7a200388adf86ed25bcc9ea749d -Size (Moose-0.69.tar.gz) = 282545 bytes +SHA1 (Moose-0.70.tar.gz) = cde65f669ab1ff210985de4267eaf143aa5d4803 +RMD160 (Moose-0.70.tar.gz) = 18cbd073345e47f8133005038599d3a872a55b89 +Size (Moose-0.70.tar.gz) = 284263 bytes |