root/trunk/Makefile.PL
| Revision 145, 371 bytes (checked in by miyagawa, 15 months ago) |
|---|
| Line | |
|---|---|
| 1 | # $Id$ |
| 2 | |
| 3 | use 5.008; |
| 4 | use inc::Module::Install; |
| 5 | |
| 6 | name('TheSchwartz'); |
| 7 | version_from('lib/TheSchwartz.pm'); |
| 8 | author('Six Apart <cpan@sixapart.com>'); |
| 9 | license('perl'); |
| 10 | |
| 11 | requires('Data::ObjectDriver' => '0.04'); |
| 12 | requires('Digest::MD5'); |
| 13 | requires('Storable'); |
| 14 | |
| 15 | tests( -e "inc/.author" ? "t/*.t xt/*.t" : "t/*.t" ); |
| 16 | |
| 17 | install_script('bin/schwartzmon'); |
| 18 | |
| 19 | auto_install(); |
| 20 | WriteAll(); |
Note: See TracBrowser
for help on using the browser.
