Changeset 89 in text-formbuilder


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

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r78 r89  
    1 Text-FormBuilder version 0.10 
     1Text-FormBuilder version 0.12 
    22============================= 
    33 
  • 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 
  • trunk/t/Text-FormBuilder.t

    r88 r89  
    44######################### 
    55 
    6 use Test::More qw(no_plan); #tests => 11; 
     6## use Test::More qw(no_plan); 
     7use Test::More tests => 11; 
     8 
    79BEGIN { use_ok('Text::FormBuilder'); }; 
    810 
Note: See TracChangeset for help on using the changeset viewer.