From 5a84399e2c04eefdfdb01be06cde67b16913dcca Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 15 Jul 2014 17:08:04 +0100 Subject: [PATCH] fix config name to be graph --- Netdisco/lib/App/Netdisco/Util/Graph.pm | 4 ++-- Netdisco/share/config.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Netdisco/lib/App/Netdisco/Util/Graph.pm b/Netdisco/lib/App/Netdisco/Util/Graph.pm index d2b8a26d..90d5008c 100644 --- a/Netdisco/lib/App/Netdisco/Util/Graph.pm +++ b/Netdisco/lib/App/Netdisco/Util/Graph.pm @@ -33,7 +33,7 @@ App::Netdisco::Util::Graph $ cpanm --notest Graph GraphViz $ mkdir ~/graph - use App::Netdisco::Util::Graph 'graph'; + use App::Netdisco::Util::Graph; graph; =head1 DESCRIPTION @@ -41,7 +41,7 @@ App::Netdisco::Util::Graph Generate GraphViz output from Netdisco data. Requires that the L and L distributions be installed. -Requires the same config as for Netdisco 1, but within a C key. See +Requires the same config as for Netdisco 1, but within a C key. See C in the source distribution for an example. The C subroutine is exported by default. The C<:all> tag will export diff --git a/Netdisco/share/config.yml b/Netdisco/share/config.yml index 1205a086..43429d3f 100644 --- a/Netdisco/share/config.yml +++ b/Netdisco/share/config.yml @@ -215,7 +215,7 @@ job_type_keys: # GraphViz Export # --------------- -graphviz: +graph: # ---- Graph Settings ---- edge_color : wheat