- Timestamp:
- 06/30/05 12:56:45 (19 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r78 r89 1 Text-FormBuilder version 0.1 01 Text-FormBuilder version 0.12 2 2 ============================= 3 3 -
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 -
trunk/t/Text-FormBuilder.t
r88 r89 4 4 ######################### 5 5 6 use Test::More qw(no_plan); #tests => 11; 6 ## use Test::More qw(no_plan); 7 use Test::More tests => 11; 8 7 9 BEGIN { use_ok('Text::FormBuilder'); }; 8 10
Note: See TracChangeset
for help on using the changeset viewer.