X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0b3a8f29ab3c48734707437431d9d1aae9fa5146;hb=e545d97102e739832c4f86dd4c18efae9890b4d2;hp=5a335b8d12dab6ac5dd565d5315d284e4b2e0994;hpb=cfaf3de0506c2c8acfaa241529ccb211405e059d;p=dbsrgits%2FSQL-Translator.git diff --git a/Makefile.PL b/Makefile.PL index 5a335b8..0b3a8f2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,13 +5,32 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => __PACKAGE__, - 'VERSION_FROM' => "lib/SQL/Translator.pm", + 'VERSION' => 0.01, 'EXE_FILES' => [ + 'bin/auto-dia.pl', + 'bin/auto-graph.pl', 'bin/sql_translator.pl', ], 'PREREQ_PM' => { - 'Parse::RecDescent' => 0, # Is a particular version needed? - 'XML::Writer' => 0, + 'Class::Base' => 0, + 'File::Basename' => 0, + 'File::Spec' => 0, # Version! + 'GD' => 0, + 'GraphViz' => 0, + 'IO::Dir' => 0, + 'IO::File' => 0, + 'IO::Scalar' => 0, + 'Parse::RecDescent' => 1.94, + 'Pod::Usage' => 0, + 'Spreadsheet::ParseExcel' => 0, + 'Test::More' => 0, + 'Text::ParseWords' => 0, + 'Text::RecordParser' => 0.02, + 'XML::Writer' => 0, + }, + clean => { + FILES => '$(DISTNAME)-$(VERSION).tar.gz', }, ); +