Skip Menu |

This queue is for tickets about the File-PathList CPAN distribution.

Report information
The Basics
Id: 51698
Status: new
Priority: 0/
Queue: File-PathList

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

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



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.