From 65a47b76e8d7546f02269c2edde1214a6e1b64ff Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 2 Aug 2014 08:25:43 +0100 Subject: [PATCH] add recommends Graph and GraphViz --- Netdisco/Makefile.PL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Netdisco/Makefile.PL b/Netdisco/Makefile.PL index 4c4b642f..4aab05bd 100644 --- a/Netdisco/Makefile.PL +++ b/Netdisco/Makefile.PL @@ -60,6 +60,9 @@ requires 'YAML::XS' => 0.41; requires 'namespace::clean' => 0.24; requires 'version' => 0.9902; +recommends 'Graph' => 0; +recommends 'GraphViz' => 0; + install_share 'share'; install_script 'bin/nd-import-topology';