From: Allen Day Date: Thu, 24 Apr 2003 22:03:52 +0000 (+0000) Subject: adding graphviz dep X-Git-Tag: v0.02~169 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e50a8e0cff6fe6918f7cdb9dc182f0422da9379;p=dbsrgits%2FSQL-Translator.git adding graphviz dep --- diff --git a/Makefile.PL b/Makefile.PL index be73cc4..77c378a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,6 +15,7 @@ WriteMakefile( 'File::Basename' => 0, 'File::Spec' => 0, 'GD' => 0, + 'GraphViz' => 0, 'IO::Dir' => 0, 'Parse::RecDescent' => 0, # Is a particular version needed? 'Pod::Usage' => 0,