Last change
on this file since 15 was
7,
checked in by peter, 20 years ago
|
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 size:
704 bytes
|
Line | |
---|
1 | #use 5.008004; |
---|
2 | use ExtUtils::MakeMaker; |
---|
3 | # See lib/ExtUtils/MakeMaker.pm for details of how to influence |
---|
4 | # the contents of the Makefile that is written. |
---|
5 | WriteMakefile( |
---|
6 | NAME => 'Text::FormBuilder', |
---|
7 | VERSION_FROM => 'lib/Text/FormBuilder.pm', # finds $VERSION |
---|
8 | EXE_FILES => [ 'bin/fb.pl' ], |
---|
9 | PREREQ_PM => { |
---|
10 | CGI::FormBuilder => 2.12, |
---|
11 | }, # e.g., Module::Name => 1.1 |
---|
12 | ($] >= 5.005 ? ## Add these new keywords supported since 5.005 |
---|
13 | (ABSTRACT_FROM => 'lib/Text/FormBuilder.pm', # retrieve abstract from module |
---|
14 | AUTHOR => 'Peter Eichman <peichman@wam.umd.edu>') : ()), |
---|
15 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.