Validate-Tiny

This is a Perl module that provides minimalistic data validation. Use the CPAN link to read the documentation and how to use it. 

http://search.cpan.org/dist/Validate-Tiny/

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Validate::Tiny

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Validate-Tiny

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Validate-Tiny

    CPAN Ratings
        http://cpanratings.perl.org/d/Validate-Tiny

    Search CPAN
        http://search.cpan.org/dist/Validate-Tiny/


