fix config name to be graph

This commit is contained in:
Oliver Gorwits
2014-07-15 17:08:04 +01:00
parent 36a6d2e33c
commit 5a84399e2c
2 changed files with 3 additions and 3 deletions

View File

@@ -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<Graph> and
L<GraphViz> distributions be installed.
Requires the same config as for Netdisco 1, but within a C<graphviz> key. See
Requires the same config as for Netdisco 1, but within a C<graph> key. See
C<share/config.yml> in the source distribution for an example.
The C<graph> subroutine is exported by default. The C<:all> tag will export