Changeset 57 in text-formbuilder for trunk/lib/Text/FormBuilder.pm


Ignore:
Timestamp:
01/18/05 15:19:14 (19 years ago)
Author:
peichman
Message:

BUGFIX: can have "unbalanced" quotes in note or description blocks (wrote own grammar rule instead of using the built-in <perl_codeblock> directive)

File:
1 edited

Legend:

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

    r56 r57  
    982982=back 
    983983 
    984 B<Known BUG:> If you include an odd number of C<'> or C<"> characters in a 
    985 C<!description> or C<!note>, then that directive will mistakenly be skipped. 
    986 This is a bug casued by me taking a shortcut in the parser C<:-/> 
    987  
    988984=head2 Fields 
    989985 
     
    11621158=head1 TODO 
    11631159 
    1164 Improve the commmand line tools 
     1160Document the commmand line tool 
    11651161 
    11661162Allow renaming of the submit button; allow renaming and inclusion of a  
     
    11931189=head1 BUGS 
    11941190 
    1195 Having a single C<'> or C<"> in a C<!description> or C<!note> directive causes that 
    1196 directive to get skipped. This is an issue with the C<perl_codeblock> shortcut in 
    1197 Parse::RecDescent. 
    1198  
    11991191Creating two $parsers in the same script causes the second one to get the data 
    12001192from the first one. 
Note: See TracChangeset for help on using the changeset viewer.