/[Biblio-Isis]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Tue Dec 28 00:43:04 2004 UTC (19 years, 3 months ago) by dpavlin
File MIME type: text/plain
File size: 359 byte(s)
Import of old code back from february to actually make it work.

1 dpavlin 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     );

  ViewVC Help
Powered by ViewVC 1.1.26