Changeset 89 in text-formbuilder for trunk/lib/Text/FormBuilder.pm
- Timestamp:
- 06/30/05 12:56:45 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Text/FormBuilder.pm
r88 r89 7 7 use vars qw($VERSION @EXPORT); 8 8 9 $VERSION = '0.12 _01';9 $VERSION = '0.12'; 10 10 @EXPORT = qw(create_form); 11 11 … … 1328 1328 !field %DATE birthday 1329 1329 1330 This format is now B<deprecated>, and the parser will warn you if you use it. 1330 This format is now B<deprecated>, and although it still works, the parser will 1331 warn you if you use it. 1331 1332 1332 1333 =head2 Comments … … 1354 1355 1355 1356 C<!include> directive to include external formspec files 1357 1358 Better recovery from parse errors 1356 1359 1357 1360 =head2 Code generation/Templates
Note: See TracChangeset
for help on using the changeset viewer.