Added the requirement of Parse::RecDescent 1.94 or later, added
Ken Youens-Clark [Sat, 3 May 2003 04:15:56 +0000 (04:15 +0000)]
"auto-graph.pl" to the EXE_FILES.

Makefile.PL

index 77c378a..0ce062a 100644 (file)
@@ -8,6 +8,7 @@ WriteMakefile(
     'VERSION'      => 0.01,
     'EXE_FILES'    => [
         'bin/auto-dia.pl',
+        'bin/auto-graph.pl',
         'bin/sql_translator.pl',
     ],
     'PREREQ_PM'    => {
@@ -17,7 +18,7 @@ WriteMakefile(
         'GD'                      => 0,
         'GraphViz'                => 0,
         'IO::Dir'                 => 0,
-        'Parse::RecDescent'       => 0,  # Is a particular version needed?
+        'Parse::RecDescent'       => 1.94,
         'Pod::Usage'              => 0,
         'Spreadsheet::ParseExcel' => 0,
         'Text::ParseWords'        => 0,