The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
INSTALLATION
============

First unpack the kit, if you have not already done so:

   tar -xzvf Data-Validate-x.xx.tar.gz
   cd Data-Validate-x.xx

Data::Validate can be installed with:

   perl Makefile.PL
   make 
   make test
   make install