Author: turnstep Date: Mon Nov 3 05:28:46 2008 New Revision: 12027 Modified: DBD-Pg/trunk/Pg.pm
Log: Fix quotes in POD. Modified: DBD-Pg/trunk/Pg.pm ============================================================================== --- DBD-Pg/trunk/Pg.pm (original) +++ DBD-Pg/trunk/Pg.pm Mon Nov 3 05:28:46 2008 @@ -3637,7 +3637,7 @@ =head3 B<Statement> (string, read-only) Returns the statement string passed to the most recent "prepare" method called in this database handle, even if that method -failed. This is especially useful where "RaiseError" is enabled and the exception handler checks $@ and sees that a ’prepare’ +failed. This is especially useful where "RaiseError" is enabled and the exception handler checks $@ and sees that a C<prepare> method call failed. =head3 B<pg_current_row> (integer, read-only)
