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