diff options
author | sno <sno@pkgsrc.org> | 2009-07-08 08:30:42 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-08 08:30:42 +0000 |
commit | 354a18c1eae37903c93453f78f38ad5a064119c3 (patch) | |
tree | 6fc23c74c7a35a61a494984603389d44a960363e /devel | |
parent | 65812460d9211eab514615a847e18750ff690ac4 (diff) | |
download | pkgsrc-354a18c1eae37903c93453f78f38ad5a064119c3.tar.gz |
Updating package for MooseX::Params::Validate from 0.09 to 0.12
Adjusting meta-info according to META.yml (license, dependencies)
Upstream changes:
0.12 Tue. Jul. 7, 2009
- Using the subroutine name as a cache key for validation specs
broke in the face of method modifiers, which all appear to have
the same name. Now we use Devel::Caller to get the CV of the
caller and use its refaddr as the key, which will be unique in
all cases. Bug report by Jos Boumans. RT #46730.
0.11 Tue. Jul. 7, 2009
- The validation functions tried to coerce optional keys which
weren't present in the incoming parameters, leading to weird
errors. Based on a patch from Jos Boumans. RT #46344.
- Allow other callbacks to be specified. Previously these were
silently thrown out. But we'd recommend just defining types that
encapsulate everything in the callback instead. Based on a patch
from Jos Boumans. RT #47647.
0.10 Tue. Jun. 30, 2009
- Shut up deprecation warnings from the tests. Reported by John
Goulah.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MooseX-Params-Validate/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-MooseX-Params-Validate/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-MooseX-Params-Validate/Makefile b/devel/p5-MooseX-Params-Validate/Makefile index 4a992ff4463..8daa8e56884 100644 --- a/devel/p5-MooseX-Params-Validate/Makefile +++ b/devel/p5-MooseX-Params-Validate/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/05/19 22:02:21 sno Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/08 08:30:42 sno Exp $ # -DISTNAME= MooseX-Params-Validate-0.09 +DISTNAME= MooseX-Params-Validate-0.12 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/perldoc?MooseX::Params::Validate COMMENT= Extension of Params::Validate for using Moose's types -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir @@ -18,6 +18,7 @@ PERL5_PACKLIST= auto/MooseX/Params/Validate/.packlist BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception +DEPENDS+= p5-Devel-Caller-[0-9]*:../../devel/p5-Devel-Caller DEPENDS+= p5-Moose>=0.58:../../devel/p5-Moose DEPENDS+= p5-Params-Validate>=0.88:../../devel/p5-Params-Validate DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter diff --git a/devel/p5-MooseX-Params-Validate/distinfo b/devel/p5-MooseX-Params-Validate/distinfo index 01c83754f44..9c80759f9bb 100644 --- a/devel/p5-MooseX-Params-Validate/distinfo +++ b/devel/p5-MooseX-Params-Validate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/05/19 22:02:21 sno Exp $ +$NetBSD: distinfo,v 1.2 2009/07/08 08:30:42 sno Exp $ -SHA1 (MooseX-Params-Validate-0.09.tar.gz) = b6d5a9246ba24ce75d0ba1244cc1c53a47369fe0 -RMD160 (MooseX-Params-Validate-0.09.tar.gz) = 2904e7b57d5e65c9af0314445f7961675cfe72e2 -Size (MooseX-Params-Validate-0.09.tar.gz) = 19699 bytes +SHA1 (MooseX-Params-Validate-0.12.tar.gz) = 9238953cfeedd2dbfe40fa6cb926e2c8d211e436 +RMD160 (MooseX-Params-Validate-0.12.tar.gz) = 779917d543886804f2381bbd5111b85194a4d769 +Size (MooseX-Params-Validate-0.12.tar.gz) = 22232 bytes |