Hey, this could never have worked as advertised. *blush*.
[dbsrgits/SQL-Translator.git] / Makefile.PL
index 629e9c7..4d6ebd4 100644 (file)
@@ -5,13 +5,25 @@ 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?
-        'XML::Dumper'        => 0,
         'Pod::Usage'         => 0,
+        'Text::ParseWords'   => 0,
+        'XML::Dumper'        => 0,
+    },
+    clean => {
+        FILES => '$(DISTNAME)-$(VERSION).tar.gz',
     },
 );
+
+