ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/GPS/Makefile.PL
Revision: 1.3
Committed: Sun Apr 28 09:05:10 2002 UTC (22 years ago) by stefan
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -3 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 );