Attempting clean up something.
[dbsrgits/SQL-Translator.git] / Makefile.PL
index 77c378a..ad64d8b 100644 (file)
@@ -5,9 +5,10 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
     'NAME'         => __PACKAGE__,
-    'VERSION'      => 0.01,
+    'VERSION_FROM' => 'lib/SQL/Translator.pm',
     'EXE_FILES'    => [
-        'bin/auto-dia.pl',
+        'bin/sqlt-diagram.pl',
+        'bin/sqlt-graph.pl',
         'bin/sql_translator.pl',
     ],
     'PREREQ_PM'    => {
@@ -17,15 +18,17 @@ WriteMakefile(
         'GD'                      => 0,
         'GraphViz'                => 0,
         'IO::Dir'                 => 0,
-        'Parse::RecDescent'       => 0,  # Is a particular version needed?
+        'IO::File'                => 0,
+        'IO::Scalar'              => 0,
+        'Parse::RecDescent'       => 1.94,
         'Pod::Usage'              => 0,
         'Spreadsheet::ParseExcel' => 0,
+        'Test::More'              => 0,
         'Text::ParseWords'        => 0,
-        'XML::Dumper'             => 0,
+        'Text::RecordParser'      => 0.02,
+        'XML::Writer'             => 0,
     },
     clean => {
         FILES => '$(DISTNAME)-$(VERSION).tar.gz',
     },
 );
-
-