logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CGI::FormBuilder::Test - Test harness for FormBuilder

Author

       Copyright (c) Nate Wiger <http://nateware.com>. All Rights Reserved.

       This module is free software; you may copy this under the terms of the GNU General Public License, or the
       Artistic License, copies of which should have accompanied your Perl kit.

perl v5.36.0                                       2022-10-15                        CGI::FormBuilder::Test(3pm)

Description

Name

       CGI::FormBuilder::Test - Test harness for FormBuilder

Revision

       $Id: Test.pm 100 2007-03-02 18:13:13Z nwiger $

Synopsis

           use CGI::FormBuilder::Test;

           my $test = 1;
           for (@tests) {
               my $outfile = outfile($test++);

           }

See Also