--- trunk/Makefile.PL 2004/12/29 17:03:52 11 +++ trunk/Makefile.PL 2004/12/30 22:40:53 18 @@ -9,6 +9,7 @@ PREREQ_PM => { 'Test::Simple' => 0.44, 'Carp' => 0, + 'File::Glob' => 0, }, depend => { dist => 'changelog', @@ -36,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 }