source: text-formbuilder/trunk/Makefile.PL @ 19

Last change on this file since 19 was 19, checked in by peter, 20 years ago

more documentation
added automagic parse method; moved old parse($file) method to parse_file

File size: 756 bytes
RevLine 
[4]1#use 5.008004;
[1]2use ExtUtils::MakeMaker;
3# See lib/ExtUtils/MakeMaker.pm for details of how to influence
4# the contents of the Makefile that is written.
5WriteMakefile(
6    NAME              => 'Text::FormBuilder',
[4]7    VERSION_FROM      => 'lib/Text/FormBuilder.pm', # finds $VERSION
[17]8##     EXE_FILES         => [ 'bin/fb.pl' ],
[1]9    PREREQ_PM         => { 
[17]10                            CGI::FormBuilder => 2.13,
[19]11                            Text::Template => 1.44,
[1]12                         }, # e.g., Module::Name => 1.1
13    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
14      (ABSTRACT_FROM  => 'lib/Text/FormBuilder.pm', # retrieve abstract from module
[17]15       AUTHOR         => 'Peter Eichman <peichman@cpan.org>') : ()),
[1]16);
Note: See TracBrowser for help on using the repository browser.