--- trunk/Makefile.PL 2004/12/29 20:11:34 14 +++ trunk/Makefile.PL 2005/01/06 20:48:07 36 @@ -2,13 +2,14 @@ # 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, + 'File::Glob' => 0, }, depend => { dist => 'changelog',