--- trunk/Makefile.PL 2004/12/28 04:07:03 6 +++ trunk/Makefile.PL 2004/12/29 20:11:34 14 @@ -8,6 +8,7 @@ ABSTRACT_FROM => 'IsisDB.pm', PREREQ_PM => { 'Test::Simple' => 0.44, + 'Carp' => 0, }, depend => { dist => 'changelog', @@ -35,5 +36,8 @@ time ./scripts/dump_isis.pl > isis.txt time ./scripts/dump_openisis.pl > openisis.txt +bench: all + cd ./scripts/ && ./bench.pl + MAKE_MORE }