ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/GPS/Makefile.PL
(Generate patch)

Comparing GPS/Makefile.PL (file contents):
Revision 1.2 by root, Fri Apr 26 21:50:28 2002 UTC vs.
Revision 1.3 by stefan, Sun Apr 28 09:05:10 2002 UTC

5# the contents of the Makefile that is written. 5# the contents of the Makefile that is written.
6WriteMakefile( 6WriteMakefile(
7 'NAME' => 'GPS', 7 'NAME' => 'GPS',
8 'VERSION_FROM' => 'GPS.pm', # finds $VERSION 8 'VERSION_FROM' => 'GPS.pm', # finds $VERSION
9 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 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); 10);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines