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