From: Ken Youens-Clark Date: Mon, 16 Jun 2003 18:30:24 +0000 (+0000) Subject: Fixed EXE_FILES filenames, decided to removed CGI script. X-Git-Tag: v0.02~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c6b150f13b1927717db26f333e9e3b229239f5f;p=dbsrgits%2FSQL-Translator.git Fixed EXE_FILES filenames, decided to removed CGI script. --- diff --git a/Makefile.PL b/Makefile.PL index a5da743..ad64d8b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,15 +7,14 @@ WriteMakefile( 'NAME' => __PACKAGE__, 'VERSION_FROM' => 'lib/SQL/Translator.pm', 'EXE_FILES' => [ - 'bin/auto-dia.pl', - 'bin/auto-graph.pl', - 'bin/auto-viv.cgi', + 'bin/sqlt-diagram.pl', + 'bin/sqlt-graph.pl', 'bin/sql_translator.pl', ], 'PREREQ_PM' => { 'Class::Base' => 0, 'File::Basename' => 0, - 'File::Spec' => 0, # Version! + 'File::Spec' => 0, 'GD' => 0, 'GraphViz' => 0, 'IO::Dir' => 0, @@ -33,5 +32,3 @@ WriteMakefile( FILES => '$(DISTNAME)-$(VERSION).tar.gz', }, ); - -