Changeset 4 in text-formbuilder for trunk


Ignore:
Timestamp:
10/04/04 14:27:41 (19 years ago)
Author:
peter
Message:

included fb.pl in EXE_FILES in Makefile.PL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.PL

    r1 r4  
    1 use 5.008004; 
     1#use 5.008004; 
    22use ExtUtils::MakeMaker; 
    33# See lib/ExtUtils/MakeMaker.pm for details of how to influence 
     
    66    NAME              => 'Text::FormBuilder', 
    77    VERSION_FROM      => 'lib/Text/FormBuilder.pm', # finds $VERSION 
     8    EXE_FILES         => [ 'bin/fb.pl' ], 
    89    PREREQ_PM         => {  
    910                            Parse::RecDescent => 1.94, 
    1011                            CGI::FormBuilder => 2.12, 
     12                            YAML => 0.35, 
    1113                         }, # e.g., Module::Name => 1.1 
    1214    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005 
Note: See TracChangeset for help on using the changeset viewer.