- Timestamp:
- 10/04/04 14:27:41 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.PL
r1 r4 1 use 5.008004;1 #use 5.008004; 2 2 use ExtUtils::MakeMaker; 3 3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence … … 6 6 NAME => 'Text::FormBuilder', 7 7 VERSION_FROM => 'lib/Text/FormBuilder.pm', # finds $VERSION 8 EXE_FILES => [ 'bin/fb.pl' ], 8 9 PREREQ_PM => { 9 10 Parse::RecDescent => 1.94, 10 11 CGI::FormBuilder => 2.12, 12 YAML => 0.35, 11 13 }, # e.g., Module::Name => 1.1 12 14 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
Note: See TracChangeset
for help on using the changeset viewer.