[rt.cpan.org #18537] $dbh->set_Err "Can't locate object method..."
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Message-ID | <[email protected]> |
Tue Apr 04 11:54:27 2006: Request 18537 was acted upon. Transaction: Ticket created by [email protected] Queue: DBD-Pg Subject: $dbh->set_Err "Can't locate object method..." Owner: Nobody Requestors: [email protected] Status: new Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=18537 > On line 297 of Pg.pm, version 1.47, there is a call to $dbh->set_Err. Looks like a simple typo that should be $dbh->set_err. I haven't actually run into this error, but discovered it while peeking under the hood to see how the watch is built. ;-) -Marc