Subject: | [Patch] POD nit |
The attached patch (against 1.04) fixes some POD, which renders wrong,
at least at search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/File/PathList.pm b/lib/File/PathList.pm
index d0e5482..7069335 100644
--- a/lib/File/PathList.pm
+++ b/lib/File/PathList.pm
@@ -94,7 +94,7 @@ cache the results of the file lookups. (false by default)
=back
If the C<new> contructor is provided only a single param, this will be
-take to mean C<paths => $param>.
+take to mean C<< paths => $param >>.
Returns a new C<File::PathList> object, or C<undef> if a valid path set
was not provided.