Data::CGIForm - CGI Paramater Validation
========================================

Data::CGIForm is a library for managing and testing the data sent 
from a CGI form.  It provides filtering, testing callbacks, support
for multiple values, and other features.

See the POD documentation in CGIForm.pm for more information.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires perl 5.6.0 or greater.  The test suite requires
Test::More which is part of the Test::Simple distribution.

AUTHOR

Chris Reinhardt
ctriv@dyndns.org

COPYRIGHT AND LICENCE

Copyright (c) 1997-2002 Chris Reinhardt.  All rights reserved.  This
program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

$Id: README,v 1.2 2002/12/03 04:57:41 ctriv Exp $
