Acme-Web20-Validator

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

    PREREQ_PM         => {
        'Class::Data::Inheritable' => 0.01,
        'Class::Accessor' => 0.01,
        'LWP::UserAgent'  => 0.01,
        'Feed::Find'      => 0.01,
        'Module::Pluggable' => 0.01,
        'Text::ASCIITable' => 0.01,
    }, # e.g., Module::Name => 1.1
    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
      (ABSTRACT_FROM  => 'lib/Acme/Web20/Validator.pm', # retrieve abstract from module
       AUTHOR         => 'Naoya Ito <naoya@bloghackers.net>') : ()),
);

README  view on Meta::CPAN

      $v->clear;
      ...

    Clears validation result in the instance for reusing. If you want to
    validate for other rules, create a new instance instead of reusing them.

SEE ALSO
    Module::Pluggable

AUTHOR
    Naoya Ito, <naoya@bloghackers.net>

    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

lib/Acme/Web20/Validator.pm  view on Meta::CPAN

Clears validation result in the instance for reusing. If you want to
validate for other rules, create a new instance instead of reusing
them.

=head1 SEE ALSO

L<Module::Pluggable>

=head1 TODO

Improve Catalyst, Rails checking logic.
Add more rules.

=head1 AUTHOR

Naoya Ito, E<lt>naoya@bloghackers.netE<gt>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

=cut



( run in 0.657 second using v1.01-cache-2.11-cpan-49f99fa48dc )