X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0b3a8f29ab3c48734707437431d9d1aae9fa5146;hb=e545d97102e739832c4f86dd4c18efae9890b4d2;hp=e4714f57963a3e02f5a76ddd956fa31a0032fc16;hpb=5adf702552b81cde7fc9e632ccd49de1aaa29630;p=dbsrgits%2FSQL-Translator.git diff --git a/Makefile.PL b/Makefile.PL index e4714f5..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, - 'Pod::Usage' => 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', }, ); + +