o Added bin/auto-dia.pl to scripts list
[dbsrgits/SQL-Translator.git] / Makefile.PL
index 8e5e8de..4d6ebd4 100644 (file)
@@ -5,14 +5,16 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
     'NAME'         => __PACKAGE__,
-    'VERSION_FROM' => "lib/SQL/Translator.pm",
+    'VERSION'      => 0.01,
     'EXE_FILES'    => [
+        'bin/auto-dia.pl',
         'bin/sql_translator.pl',
     ],
     'PREREQ_PM'    => {
         'Class::Base'        => 0,
         'File::Basename'     => 0,
         'File::Spec'         => 0,
+        'GD'                 => 0,
         'IO::Dir'            => 0,
         'Parse::RecDescent'  => 0,  # Is a particular version needed?
         'Pod::Usage'         => 0,