4c892e2563af2ef4efae4e556d90f1f369cd8004
[Biblio-Isis] / Makefile.PL
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 => 'IsisDB',
6         VERSION_FROM => 'IsisDB.pm', # finds $VERSION
7         AUTHOR => 'Dobrica Pavlinusic (dpavlin@rot13.org)',
8         ABSTRACT => 'Read CDS/ISIS database',
9         PREREQ_PM => {
10                 'Test::Simple' => 0.44,
11         },
12 );