diff options
author | abs <abs@pkgsrc.org> | 2008-05-28 21:29:55 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-05-28 21:29:55 +0000 |
commit | f7ee86a8a6f2325f456ead7ecfc278dea111c9fc (patch) | |
tree | 8492fa98a1292ec6d2180b8fdaa5d63f20755d4d /devel | |
parent | dd6a403c87d5941103a06db0974244c9e8bb9dfd (diff) | |
download | pkgsrc-f7ee86a8a6f2325f456ead7ecfc278dea111c9fc.tar.gz |
Updated devel/p5-Params-Validate to 0.91
0.91 May 3, 2008
- The fix for handling @_'s readonly-ness introduced a refcounting
bug. One symptom of this was a failing Log::Dispatch test. Reported
by Andreas Koenig. RT #35608.
0.90 May 1, 2008
- Make the XS version of Params::Validate recognize regexp objects
with Perl 5.11.0-to-be. Patch by Andreas Koenig. RT #32872.
- With the XS version, when you passed @_ directly to validate() and
then got a hash reference back, the values of that hash reference
would be marked readonly. Reported by W J Moore. RT #34410.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Params-Validate/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Params-Validate/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile index 778ea9b5444..10c296165a1 100644 --- a/devel/p5-Params-Validate/Makefile +++ b/devel/p5-Params-Validate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2008/04/06 15:26:12 heinz Exp $ +# $NetBSD: Makefile,v 1.30 2008/05/28 21:29:55 abs Exp $ -DISTNAME= Params-Validate-0.89 +DISTNAME= Params-Validate-0.91 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5pva CATEGORIES= devel perl5 diff --git a/devel/p5-Params-Validate/distinfo b/devel/p5-Params-Validate/distinfo index ca8ad812781..99478987f8c 100644 --- a/devel/p5-Params-Validate/distinfo +++ b/devel/p5-Params-Validate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2007/11/08 19:36:36 wiz Exp $ +$NetBSD: distinfo,v 1.17 2008/05/28 21:29:55 abs Exp $ -SHA1 (Params-Validate-0.89.tar.gz) = 22b288c7ef539e51ddb5d7891b6bd6c42e550e87 -RMD160 (Params-Validate-0.89.tar.gz) = 19c4ae795eb07271300efe743c0daec59e2e4e62 -Size (Params-Validate-0.89.tar.gz) = 80858 bytes +SHA1 (Params-Validate-0.91.tar.gz) = d4377c17a248489b14ae5947f633275615cf38a5 +RMD160 (Params-Validate-0.91.tar.gz) = 05518278394840da68065ce0c8f280394c1133f9 +Size (Params-Validate-0.91.tar.gz) = 89148 bytes |