X-Git-Url: http://git.rot13.org/?p=Biblio-Isis;a=blobdiff_plain;f=Makefile.PL;h=98b2f606e9abc7554932be749e9a193de1224b11;hp=c2d876bebc0d7506c3523b1f911193a5fc1dae3b;hb=3548059e1a661bc480b0054c7b3f92287b55b86f;hpb=7c68a4fe715c0adbdc281f8b8cbe0bf6770823ea diff --git a/Makefile.PL b/Makefile.PL index c2d876b..98b2f60 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,6 +8,8 @@ WriteMakefile( ABSTRACT_FROM => 'IsisDB.pm', PREREQ_PM => { 'Test::Simple' => 0.44, + 'Carp' => 0, + 'File::Glob' => 0, }, depend => { dist => 'changelog', @@ -35,5 +37,8 @@ cmp: time ./scripts/dump_isis.pl > isis.txt time ./scripts/dump_openisis.pl > openisis.txt +bench: all + cd ./scripts/ && ./bench.pl + MAKE_MORE }