diff options
author | seb <seb@pkgsrc.org> | 2009-05-13 17:46:51 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-05-13 17:46:51 +0000 |
commit | a6c2397c05158b2ac15e2eb1235c736345502f0d (patch) | |
tree | 5f493d9f45c92cfc35dd4b4b712d1d066f83f8c1 /devel | |
parent | 15642c70aa5e914faa1b2b2847ba4d2f5dc4655b (diff) | |
download | pkgsrc-a6c2397c05158b2ac15e2eb1235c736345502f0d.tar.gz |
Update p5-Moose from version 0.77 to version 0.78.
Pkgsrc changes:
- Adjust dependency: requires p5-Class-MOP>=0.83 and p5-Sub-Name for
runtime and p5-Test-Exception>=0.27 for build (test really)
Upstream changes:
0.78 Tue, May 12, 2009
* Moose::Cookbook::FAQ and Moose::Cookbook::WTF
- Merged these documents into what is now Moose::Manual::FAQ
* Moose::Unsweetened
- Moved to Moose::Manual::Unsweetened
* Moose::Cookbook::Basics::Recipes 9-12
- Renamed to be 8-11, since recipe 8 did not exist
* Moose::Exporter
- Make Moose::Exporter import strict and warnings into packages
that use it (doy)
* Moose::Object
- Fix DEMOLISHALL sometimes not being able to find DEMOLISH
methods during global destruction (doy)
* Moose::Meta::Class
* Moose::Meta::Role::Application::ToClass
- Track the Role::Application objects created during class-role
consumption (Sartak)
* Moose::Meta::Class
- Fix metaclass incompatibility errors when extending a vanilla perl
class which isa Moose class with a metaclass role applied (t0m)
* Moose::Meta::Role
- Add a role-combination hook, _role_for_combination, for the
benefit of MooseX::Role::Parameterized (Sartak)
* Tests
- Some tests were failing on Win32 because they explicit checked
warning output for newlines. Reported by Nickolay Platonov.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Moose/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Moose/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index e3e6b0d42ff..cc90cbd2e68 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2009/05/02 21:33:17 seb Exp $ +# $NetBSD: Makefile,v 1.22 2009/05/13 17:46:51 seb Exp $ # -DISTNAME= Moose-0.77 +DISTNAME= Moose-0.78 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -11,10 +11,11 @@ HOMEPAGE= http://moose.perl.org/ COMMENT= Postmodern object system for Perl 5 LICENSE= artistic-2.0 -DEPENDS+= p5-Class-MOP>=0.82:../../devel/p5-Class-MOP +DEPENDS+= p5-Class-MOP>=0.83:../../devel/p5-Class-MOP DEPENDS+= p5-Data-OptList-[0-9]*:../../devel/p5-Data-OptList DEPENDS+= p5-List-MoreUtils>=0.12:../../devel/p5-List-MoreUtils DEPENDS+= p5-Sub-Exporter>=0.972:../../devel/p5-Sub-Exporter +DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken BUILD_DEPENDS+= p5-DBM-Deep-[0-9]*:../../databases/p5-DBM-Deep @@ -26,7 +27,7 @@ BUILD_DEPENDS+= p5-Module-Refresh-[0-9]*:../../devel/p5-Module-Refresh BUILD_DEPENDS+= p5-Params-Coerce-[0-9]*:../../devel/p5-Params-Coerce BUILD_DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep -BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception +BUILD_DEPENDS+= p5-Test-Exception>=0.27:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod diff --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo index d5453a76e1e..f1f1f4c1d5b 100644 --- a/devel/p5-Moose/distinfo +++ b/devel/p5-Moose/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2009/05/02 21:33:17 seb Exp $ +$NetBSD: distinfo,v 1.20 2009/05/13 17:46:51 seb Exp $ -SHA1 (Moose-0.77.tar.gz) = 34acc94c9fe6ce2126039877286b764bb6bcb9e8 -RMD160 (Moose-0.77.tar.gz) = 9956a79bcce2aad9e19d23adc34b53fb523e2cd9 -Size (Moose-0.77.tar.gz) = 315822 bytes +SHA1 (Moose-0.78.tar.gz) = f00a89cf0d8adb20fc08d69b13772ab31c6f39d5 +RMD160 (Moose-0.78.tar.gz) = ad8725fb49f8099a9f5084af24580e6730c7d719 +Size (Moose-0.78.tar.gz) = 319027 bytes |