renamed module to Biblio::Isis
[Biblio-Isis] / Makefile.PL
index 98b2f60..850cd73 100644 (file)
@@ -2,10 +2,10 @@ use ExtUtils::MakeMaker;
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 WriteMakefile(
-       NAME => 'IsisDB',
-       VERSION_FROM => 'IsisDB.pm', # finds $VERSION
+       NAME => 'Biblio::Isis',
+       VERSION_FROM => 'Isis.pm', # finds $VERSION
        AUTHOR => 'Dobrica Pavlinusic (dpavlin@rot13.org)',
-       ABSTRACT_FROM => 'IsisDB.pm',
+       ABSTRACT_FROM => 'Isis.pm',
        PREREQ_PM => {
                'Test::Simple' => 0.44,
                'Carp' => 0,