ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/GPS/Makefile.PL
Revision: 1.2
Committed: Fri Apr 26 21:50:28 2002 UTC (22 years ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.1: +2 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1
2 use ExtUtils::MakeMaker;
3
4 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
5 # the contents of the Makefile that is written.
6 WriteMakefile(
7 'NAME' => 'GPS',
8 'VERSION_FROM' => 'GPS.pm', # finds $VERSION
9 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1
10 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
11 (ABSTRACT_FROM => 'GPS.pm', # retrieve abstract from module
12 AUTHOR => 'root <root@sime.com>') : ()),
13 );