--- trunk/Makefile.PL 2004/12/28 04:07:03 6 +++ trunk/Makefile.PL 2004/12/30 22:40:53 18 @@ -8,6 +8,8 @@ ABSTRACT_FROM => 'IsisDB.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 }