| Revision: | 1.3 |
| Committed: | Sun Apr 28 09:05:10 2002 UTC (24 years, 5 months ago) by stefan |
| Content type: | text/plain |
| Branch: | MAIN |
| CVS Tags: | HEAD |
| Changes since 1.2: | +0 -3 lines |
| Log Message: | *** empty log message *** |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | root | 1.2 | |
| 2 | stefan | 1.1 | use ExtUtils::MakeMaker; |
| 3 | root | 1.2 | |
| 4 | stefan | 1.1 | # 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 | ); |