Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.822 Times

Declareconstraintssimple freeware
 

Declareconstraintssimple

Added: October 27, 2010 | Visits: 1.022

Declare::Constraints::Simple Declare::Constraints::Simple is a Perl module for Declarative Validation of Data Structures. SYNOPSIS use Declare::Constraints::Simple-All; my $profile = IsHashRef( -keys => HasLength, -values => IsArrayRef( IsObject )); my $result1 = $profile->(undef); print $result1->message, "n"; #... Platforms: *nix

License: Freeware Size: 30.72 KB Download (88): Declare::Constraints::Simple Download

Added: October 15, 2013 | Visits: 355

Config::Strict Config::Strict is a Perl module that wraps Declare::Constraints::Simple to enable strict parameter name- and type-checking on configuration data. That is, it will complain anytime an attempt is made to access a parameter with an invalid name or type; or if an attempt is made to unset a required... Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): Config::Strict Download