Skip Menu |

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

Report information
The Basics
Id: 51820
Status: resolved
Priority: 0/
Queue: Graph-Easy

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

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



Subject: [Patch] POD nits
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/Graph/Easy/Base.pm b/lib/Graph/Easy/Base.pm index 7a5644c..5a4617b 100644 --- a/lib/Graph/Easy/Base.pm +++ b/lib/Graph/Easy/Base.pm @@ -342,8 +342,8 @@ Create a new object, and call C<_init()> on it. Returns the last error message, or '' for no error. -When setting a new error message, C<$self->_croak($error)> will be called -unless C<$object->no_fatal_errors()> is true. +When setting a new error message, C<< $self->_croak($error) >> will be called +unless C<< $object->no_fatal_errors() >> is true. =head2 error_as_html()
Applied and now on CPAN on http://search.cpan.org/dist/Graph-Easy/ . Thanks!