Changeset 85 in text-formbuilder for trunk


Ignore:
Timestamp:
05/12/05 14:39:29 (19 years ago)
Author:
peichman
Message:

updated version number and changelog

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r84 r85  
    11Release history for Text::FormBuilder. 
    22 
    3 0.11 
     30.11 - 12 May 2005 
    44    * added support for the 'multiple' attribute on fields 
    55    * added as_script and as_module methods that just return the 
  • trunk/lib/Text/FormBuilder.pm

    r84 r85  
    77use vars qw($VERSION @EXPORT); 
    88 
    9 $VERSION = '0.11_01'; 
     9$VERSION = '0.11'; 
    1010@EXPORT = qw(create_form); 
    1111 
Note: See TracChangeset for help on using the changeset viewer.