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/Graph/Regexp.pm b/lib/Graph/Regexp.pm
index 5dd884d..9a46201 100644
--- a/lib/Graph/Regexp.pm
+++ b/lib/Graph/Regexp.pm
@@ -797,7 +797,7 @@ Return the internal data structure as C<Graph::Easy> object.
print $parser->as_ascii();
-Return the graph as ASCII art. Shortcut for C<$parser->as_graph->as_ascii()>.
+Return the graph as ASCII art. Shortcut for C<< $parser->as_graph->as_ascii() >>.
=head2 graph_label()