Skip Menu |

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

Report information
The Basics
Id: 51710
Status: new
Priority: 0/
Queue: Graph-ModularDecomposition

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

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



Subject: [Patch] POD nit
The attached patch (against 0.13) fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/ModularDecomposition.pm b/ModularDecomposition.pm index 860d3f6..0ebf42c 100644 --- a/ModularDecomposition.pm +++ b/ModularDecomposition.pm @@ -178,7 +178,7 @@ sub canonical_form { $g = Graph::ModularDecomposition->new; # same thing my $h = $g->new; -Constructor. The instance method style C<$object->new> is an extension +Constructor. The instance method style C<< $object->new >> is an extension and was not present in L<Graph::Directed|Graph::Directed>. =cut