Deduce file names and extensions using glob case insesitive. This fixes
[Biblio-Isis] / Makefile.PL
index c2d876b..98b2f60 100644 (file)
@@ -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
 }