X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=62046a74b6167820a46beb860fada73af8602673;hb=88f2d2fdc1f41cb9c49f8498a0126f8129ddbb1f;hp=14b4c78f23063089cacf6756bc270b2856726362;hpb=1ea530d4f2822ce6f7c59e436664757c550f5f66;p=dbsrgits%2FSQL-Translator.git diff --git a/Makefile.PL b/Makefile.PL index 14b4c78..62046a7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -59,10 +59,10 @@ WriteMakefile( 'NAME' => __PACKAGE__, 'VERSION_FROM' => 'lib/SQL/Translator.pm', 'EXE_FILES' => [ - 'bin/sqlt-diagram.pl', - 'bin/sqlt-dumper.pl', - 'bin/sqlt-graph.pl', - 'bin/sql_translator.pl', + 'bin/sqlt-diagram', + 'bin/sqlt-dumper', + 'bin/sqlt-graph', + 'bin/sqlt', ], 'PREREQ_PM' => \%PREREQ_PM, 'clean' => {