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/lib/Net/iTMS.pm b/lib/Net/iTMS.pm
index b96c67a..343752c 100644
--- a/lib/Net/iTMS.pm
+++ b/lib/Net/iTMS.pm
@@ -53,7 +53,7 @@ which is available through the C<error> method.
=item C<< new(debug => 1, ...) >>
-Takes an argument list of optional C<key => value> pairs. The options available
+Takes an argument list of optional C<< key => value >> pairs. The options available
are:
=over 24
diff --git a/lib/Net/iTMS/Request.pm b/lib/Net/iTMS/Request.pm
index 9000412..5219725 100644
--- a/lib/Net/iTMS/Request.pm
+++ b/lib/Net/iTMS/Request.pm
@@ -42,7 +42,7 @@ which is available through the C<error> method. (Unless noted otherwise.)
=item C<< new([ debug => 1, [...] ]) >>
-Takes an argument list of C<key => value> pairs. The options available
+Takes an argument list of C<< key => value >> pairs. The options available
are:
=over 24