- Timestamp:
- 05/12/05 14:39:29 (20 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r84 r85 1 1 Release history for Text::FormBuilder. 2 2 3 0.11 3 0.11 - 12 May 2005 4 4 * added support for the 'multiple' attribute on fields 5 5 * added as_script and as_module methods that just return the -
trunk/lib/Text/FormBuilder.pm
r84 r85 7 7 use vars qw($VERSION @EXPORT); 8 8 9 $VERSION = '0.11 _01';9 $VERSION = '0.11'; 10 10 @EXPORT = qw(create_form); 11 11
Note: See TracChangeset
for help on using the changeset viewer.