The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
CGI-Builder-DFVCheck README File
================================


Description
-----------

This module integrates the Data::FormValidator capability with CGI::Builder.
    
Installation
------------

0.  Prerequisites:
- CGI::Builder        >= 1.0
- Data::FormValidator >= 3.5

1. CPAN installation

    perl -MCPAN -e 'install CGI::Builder::DFVCheck'

If you want to install all the extensions and prerequisites of the CBF, all in one easy step:

    perl -MCPAN -e 'install Bundle::CGI::Builder::Complete'

2. Standard installation
- from the directory where this file is located, type:

        perl Makefile.PL
        make
        make test
        make install


--
Domizio Demichelis perl.4pro.net
2004-02-18