Skip Menu |

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

Report information
The Basics
Id: 51822
Status: new
Priority: 0/
Queue: Devel-Graph

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

Bug Information
Severity: (no value)
Broken in: 0.12
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/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()