Last change
on this file since 5 was
3,
checked in by peter, 19 years ago
|
- updated MANIFEST to include all lib/* and Makefile.PL to include bin/mp3find
- doc updates to *.pm and mp3find
|
File size:
630 bytes
|
Line | |
---|
1 | use ExtUtils::MakeMaker; |
---|
2 | # See lib/ExtUtils/MakeMaker.pm for details of how to influence |
---|
3 | # the contents of the Makefile that is written. |
---|
4 | WriteMakefile( |
---|
5 | NAME => 'MP3::Find', |
---|
6 | VERSION_FROM => 'lib/MP3/Find.pm', |
---|
7 | PREREQ_PM => { |
---|
8 | 'MP3::Info' => 0, |
---|
9 | 'File::Find' => 0, |
---|
10 | 'Scalar::Util' => 0, |
---|
11 | }, |
---|
12 | EXE_FILES => [qw( |
---|
13 | bin/mp3find |
---|
14 | )], |
---|
15 | ($] >= 5.005 ? ## Add these new keywords supported since 5.005 |
---|
16 | (ABSTRACT_FROM => 'lib/MP3/Find.pm', # retrieve abstract from module |
---|
17 | AUTHOR => 'Peter Eichman <peichamn@cpan.org>') : ()), |
---|
18 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.