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.
This commit is contained in:
parent
dd6a403c87
commit
f7ee86a8a6
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue