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


Ignore:
Timestamp:
10/06/04 13:44:15 (20 years ago)
Author:
peter
Message:

removed dependecies on YAML and Parse::RecDescent
renamed _dump to dump; now only tries to load YAML if it is called; non-fatal error if YAML cannot be loaded
modified bin/fb-cgi.pl
expanded docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.PL

    r4 r7  
    88    EXE_FILES         => [ 'bin/fb.pl' ], 
    99    PREREQ_PM         => {  
    10                             Parse::RecDescent => 1.94, 
    1110                            CGI::FormBuilder => 2.12, 
    12                             YAML => 0.35, 
    1311                         }, # e.g., Module::Name => 1.1 
    1412    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005 
Note: See TracChangeset for help on using the changeset viewer.