2001-01-05 Darren Duncan <perl@DarrenDuncan.net>
* Release 1.02.
* This release is the first one following official registrations with
"The Perl 5 Module List". The updated entry would look like this:
HTML::
::FormTemplate adpO Store definition, make persist forms, report DUNCAND
* This release contains my "HTML::FormTemplate" module, which was previously
a part of the following distributions under the temporary name of
"HTML::FormMaker":
- "libdwg": v1.0 r2000-07-23, v1.11 r2000-08-23
- "CGI-FormGenerator": v0.9 r2000-09-04, v0.9201 r2000-12-26
* This module requires Perl version 5.004 (although 5.0 may work).
It also requires HTML::EasyTags 1.02, and CGI::MultiValuedHash 1.03.
* Code changes since HTML::FormMaker consist mainly in accounting for
changes to the other modules that this one uses. Its public interface is
mostly unchanged. What did change is that user input and field definitions
can now be passed in any format that CGI::MultiValuedHash can understand as
an initializer. Also, the inherited start_html() and end_html() methods no
longer exist as they were gratuitious.
* The POD also received significant updates, particlularly in the Synopsis
and "Parameters by Field Type" sections.
2000-12-26 Darren Duncan <perl@DarrenDuncan.net>
* CGI-FormGenerator 0.9201, the last version of any distribution to include
HTML::FormMaker, was released.
2000-07-23 Darren Duncan <perl@DarrenDuncan.net>
* libdwg 1.0, the first version of any distribution to include
HTML::FormMaker, was released on CPAN.
2000-04-21 Darren Duncan <perl@DarrenDuncan.net>
* Completed primary development on this module.
2000-01-30 Darren Duncan <perl@DarrenDuncan.net>
* Began development on the final version of this module.
* Module based on a template created by h2xs 1.18.
1999-07 thru 1999-12
* Worked on second prototype of code that ended up in this module.
1999-02 thru 1999-05
* Created first prototypes of code that ended up in this module, which were
used in a production environment as part of modules dedicated to doing
either e-mail forms or guest books or threaded discussion boards.