Subject: | [Patch] POD nit |
The attached patch fixes some POD, which renders wrong, at least at
search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/Devel/Graph.pm b/lib/Devel/Graph.pm
index 0c95b5d..efdc71c 100644
--- a/lib/Devel/Graph.pm
+++ b/lib/Devel/Graph.pm
@@ -931,7 +931,7 @@ Return the internal data structure as C<Graph::Easy> object.
print $flow->as_ascii();
Return the flow chart as ASCII art. Shortcut for
-C<$grapher->as_graph->as_ascii()>.
+C<< $grapher->as_graph->as_ascii() >>.
=head2 as_flowchart()