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/DBX/Recordset.pm b/DBX/Recordset.pm
index e66316c..1fd05b1 100644
--- a/DBX/Recordset.pm
+++ b/DBX/Recordset.pm
@@ -164,7 +164,7 @@ fields.
=item eof
Returns a value indicating whether or not the recordset has reached its end. DBX::Recordset overrides the
-numification operator so that C<if($rs)> is equivalent to C<if($rs->eof)>.
+numification operator so that C<if($rs)> is equivalent to C<< if($rs->eof) >>.
=item field(NAME [, VALUE])