Release history for Text::FormBuilder.
0.14 - 14 Mar 2011
* switched from EU::MakeMaker to Module::Build
* precompile the Text::FormBuilder::Parser at module build time,
so it uses the user's version of Parse::RecDescent
0.13 - 24 Apr 2008
* documentation patch from Ron Pero
* added shebang line to the fb.pl script
* added documentation about field hints
0.12 - 30 Jun 2005
* BUGFIX: stopped crosstalk of data from one object to another
* added !fb directive to set FB constructor parameters directly;
uses YAML to hold strucutred data
0.11 - 12 May 2005
* added support for the 'multiple' attribute on fields
* added as_script and as_module methods that just return the
Perl code
* added a !reset directive to name and include a reset button
* added a !submit directive to rename the submit button or to
have multiple submit buttons
0.10 - 25 Mar 2005
* added support for fields with 'other' (requires FB 3.02)
* added support for limited growth 'growable' fields (requires FB 3.02)
* allow end of field line comments in the formspec
* addded an external_css option to include external stylesheets
* using