--- trunk/Makefile.PL 2005/01/06 16:27:07 35 +++ trunk/Makefile.PL 2005/01/06 20:48:07 36 @@ -2,10 +2,10 @@ # 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,