Update to 0.94:
0.94 2009-12-01 - Removed the Makefile.PL entirely. If it was used then the XS code was never built, because I'm using the Module::Build XS layout. Reported by jawnsy on IRC. 0.93 2009-11-30 - If the pure Perl version of validate() received a hash reference it would alter that reference directly. Reported by Paul Eckhardt. RT #51155. - Author-only tests now only run if $ENV{AUTHOR_TESTING} is true. RT #49890.
This commit is contained in:
parent
e74a16ceaf
commit
e29806b55f
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.33 2009/10/11 08:19:52 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2009/12/15 13:32:57 wiz Exp $
|
||||
|
||||
DISTNAME= Params-Validate-0.92
|
||||
DISTNAME= Params-Validate-0.94
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5pva
|
||||
CATEGORIES= devel perl5
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.18 2009/10/11 08:19:52 sno Exp $
|
||||
$NetBSD: distinfo,v 1.19 2009/12/15 13:32:57 wiz Exp $
|
||||
|
||||
SHA1 (Params-Validate-0.92.tar.gz) = a2210804fcf27c825e19efa8bdc3f7f26fbde0e7
|
||||
RMD160 (Params-Validate-0.92.tar.gz) = f83218ae3e2f66586600826a5da731d2e0a0eb00
|
||||
Size (Params-Validate-0.92.tar.gz) = 119289 bytes
|
||||
SHA1 (Params-Validate-0.94.tar.gz) = f34214e7f8807ea59feed26f88282bd3dc21572f
|
||||
RMD160 (Params-Validate-0.94.tar.gz) = 11e8d358d907e714c1f7f5549221d9c601d58336
|
||||
Size (Params-Validate-0.94.tar.gz) = 120287 bytes
|
||||
|
|
Loading…
Reference in a new issue