--- trunk/Makefile.PL 2004/12/28 04:07:03 6 +++ trunk/Makefile.PL 2005/01/06 20:48:07 36 @@ -2,12 +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', @@ -35,5 +37,8 @@ time ./scripts/dump_isis.pl > isis.txt time ./scripts/dump_openisis.pl > openisis.txt +bench: all + cd ./scripts/ && ./bench.pl + MAKE_MORE }