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 {