Subject: CVS commit: pkgsrc/devel/p5-Params-Validate
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 03/15/2002 14:05:04
Module Name: pkgsrc
Committed By: martti
Date: Fri Mar 15 12:05:04 UTC 2002
Modified Files:
pkgsrc/devel/p5-Params-Validate: DESCR Makefile distinfo
Log Message:
Updated p5-Params-Validate to 0.14 (provided by Shell Hung in pkg/15870)
- validate_pos used exists on an array element, which only works with
5.6.0. This releaes makes it work 5.00503 again.
- the validation parameters are checked first now
- performance improved on named parameters
- add BOOLEAN type (equivalent to UNDEF | SCALAR)
- fixed buges in test
- apply some of the same optimizations to positional parameters
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/p5-Params-Validate/DESCR
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/p5-Params-Validate/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-Params-Validate/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.