Changeset 64 in text-formbuilder for trunk/Makefile.PL


Ignore:
Timestamp:
03/10/05 16:40:27 (19 years ago)
Author:
peichman
Message:

fixed grammar so that outer {} and [] are no longer included in the (bracket_)block values
using bracket_block instead of hardcoded pattern for matching hints in formspec
removed dynamic lists from the grammar
some general code cleanup and tidying, in FormBuilder.pm and grammar
added fb.pl to the MANIFEST
bumped back FB version requirement to 3.0 (Makefile.PL)
test for FB3.02 for using growable fields; warn and ignore if verison isn't high enough

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.PL

    r61 r64  
    55    NAME              => 'Text::FormBuilder', 
    66    VERSION_FROM      => 'lib/Text/FormBuilder.pm', # finds $VERSION 
    7 ##     EXE_FILES         => [ 'bin/fb.pl' ], 
     7    EXE_FILES         => [ 'bin/fb.pl' ], 
    88    PREREQ_PM         => {  
    9                             CGI::FormBuilder => 3.001, 
     9                            CGI::FormBuilder => 3.0, 
    1010                            Parse::RecDescent => 1.94, 
    1111                            Text::Template => 1.44, 
Note: See TracChangeset for help on using the changeset viewer.