Changeset 89 in text-formbuilder for trunk/lib


Ignore:
Timestamp:
06/30/05 12:56:45 (19 years ago)
Author:
peichman
Message:

minor doc fixes
updated version number
set actual number of tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Text/FormBuilder.pm

    r88 r89  
    77use vars qw($VERSION @EXPORT); 
    88 
    9 $VERSION = '0.12_01'; 
     9$VERSION = '0.12'; 
    1010@EXPORT = qw(create_form); 
    1111 
     
    13281328    !field %DATE birthday 
    13291329 
    1330 This format is now B<deprecated>, and the parser will warn you if you use it. 
     1330This format is now B<deprecated>, and although it still works, the parser will 
     1331warn you if you use it. 
    13311332 
    13321333=head2 Comments 
     
    13541355 
    13551356C<!include> directive to include external formspec files 
     1357 
     1358Better recovery from parse errors 
    13561359 
    13571360=head2 Code generation/Templates 
Note: See TracChangeset for help on using the changeset viewer.