root/Swishetest/trunk/Makefile.PL
| Revision 1959, 0.8 kB (checked in by karpet, 7 months ago) |
|---|
| Line | |
|---|---|
| 1 | use 5.008001; |
| 2 | use ExtUtils::MakeMaker; |
| 3 | # See lib/ExtUtils/MakeMaker.pm for details of how to influence |
| 4 | # the contents of the Makefile that is written. |
| 5 | WriteMakefile( |
| 6 | NAME => 'Swishetest', |
| 7 | VERSION_FROM => 'Swishetest.pm', # finds $VERSION |
| 8 | PREREQ_PM => { |
| 9 | #SWISH::API => 0.0, # won't work on swish-e 2.4.4, gets "Can't locate auto/SWISH/API/VERSION.al" |
| 10 | }, # e.g., Module::Name => 1.1 |
| 11 | ($] >= 5.005 ? ## Add these new keywords supported since 5.005 |
| 12 | (ABSTRACT_FROM => 'Swishetest.pm', # retrieve abstract from module |
| 13 | AUTHOR => 'Josh Rabinowitz <joshr@nonet>') : ()), |
| 14 | ); |
| 15 | |
| 16 | sub MY::install { |
| 17 | return "install:\n\techo 'not intended to be installed'\n"; |
| 18 | } |
| 19 | #sub MY::clean { |
| 20 | # return "clean:\n\t\@rm -rf index/*.index index/*.index.prop"; |
| 21 | #} |
| 22 |
Note: See TracBrowser for help on using the browser.
