The uploaded file
Module-Build-0.05.tar.gz
has entered CPAN as
file: $CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.05.tar.gz
size: 22553 bytes
md5: 224d124f058186d1a6c8f8bcc4850023
Changes since 0.04:
- Added the Module::Build->subclass() method, which makes it easier to
Jason W May wrote:
>
> I have code in progress that provides a framework for application-
> specific data validation routines.
Hello Jason,
I'm the Data::FormValidator maintainer. I'm also generally a fan
of using less modules to solve a problem when possible, although I realize
sometimes it ma
I have code in progress that provides a framework for application-
specific data validation routines.
Example:
my $val = new Validator();
my $credit_card = {
"number" => "4321432143214327",
"expiration" => "07/03",
"cardholder"