Skip Menu |

This queue is for tickets about the DBX CPAN distribution.

Report information
The Basics
Id: 51749
Status: new
Priority: 0/
Queue: DBX

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

Bug Information
Severity: (no value)
Broken in: 0.1
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/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])