X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=98b2f606e9abc7554932be749e9a193de1224b11;hb=c9611dfe337a4eb721fba8629672c725d7bec729;hp=aea7200306f2c343baef0c1b2288d27b3b3f00b1;hpb=126fc125cf40076e582af7c49961c1ed8068e242;p=Biblio-Isis diff --git a/Makefile.PL b/Makefile.PL index aea7200..98b2f60 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,6 +9,7 @@ WriteMakefile( PREREQ_PM => { 'Test::Simple' => 0.44, 'Carp' => 0, + 'File::Glob' => 0, }, depend => { dist => 'changelog', @@ -36,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 }