Skip Menu |

This queue is for tickets about the CouchDB-ExternalProcess CPAN distribution.

Report information
The Basics
Id: 51721
Status: new
Priority: 0/
Queue: CouchDB-ExternalProcess

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

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



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/CouchDB-ExternalProcess-0.02/lib/CouchDB/ExternalProcess.pm b/CouchDB-ExternalProcess-0.02/lib/CouchDB/ExternalProcess.pm index 9ab339f..6f756f4 100644 --- a/CouchDB-ExternalProcess-0.02/lib/CouchDB/ExternalProcess.pm +++ b/CouchDB-ExternalProcess-0.02/lib/CouchDB/ExternalProcess.pm @@ -243,7 +243,7 @@ Extracts the name of the action to handle a request. Receives the request object. Defaults to: -C<$req->{path}->[2]> +C<< $req->{path}->[2] >> =cut sub _extract_action_name {