Subject: | [Patch] POD nits |
The attached patch fixes some POD, which renders wrong, at least at
search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/HTML/Table/FromDatabase.pm b/lib/HTML/Table/FromDatabase.pm
index 2888e9f..131041e 100644
--- a/lib/HTML/Table/FromDatabase.pm
+++ b/lib/HTML/Table/FromDatabase.pm
@@ -307,9 +307,9 @@ rather than just displaying it exactly as it comes out of the database.
L<HTML::Table>, obviously :)
-L<HTML::Strip> is required if you use the C<-html => 'strip'> option.
+L<HTML::Strip> is required if you use the C<< -html => 'strip' >> option.
-L<CGI> if you use the C<-html => 'encode'> option (this may change in future
+L<CGI> if you use the C<< -html => 'encode' >> option (this may change in future
versions, as loading a module as big as CGI.pm simply to HTML-encode text
seems akin to using a tactictal nuclear weapon to dig a hole).