Skip Menu |

This queue is for tickets about the Graph-Regexp CPAN distribution.

Report information
The Basics
Id: 51821
Status: new
Priority: 0/
Queue: Graph-Regexp

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.05
Fixed in: (no value)



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()