root/lang/perl/Net-DMM/trunk/Makefile.PL
@
18142
| Revision 18142, 0.5 kB (checked in by bayashi, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use warnings; |
| 3 | use ExtUtils::MakeMaker; |
| 4 | |
| 5 | WriteMakefile( |
| 6 | NAME => 'Net::DMM', |
| 7 | AUTHOR => 'Dai Okabayashi <genkivogue@ybb.ne.jp>', |
| 8 | VERSION_FROM => 'lib/Net/DMM.pm', |
| 9 | ABSTRACT_FROM => 'lib/Net/DMM.pm', |
| 10 | PL_FILES => {}, |
| 11 | PREREQ_PM => { |
| 12 | 'Test::More' => 0, |
| 13 | 'version' => 0, |
| 14 | }, |
| 15 | dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, |
| 16 | clean => { FILES => 'Net-DMM-*' }, |
| 17 | ); |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)