Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 40209
Status: resolved
Priority: 0/
Queue: DBD-Pg

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

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 2.11.3



Subject: Typo in pod (patch provided)
There is a typo or copy/paste bug in the Pod for version 2.11.2 (maybe others). The heading for fetchall_hashref is written as fetchall_arrayref. I have pasted a patch for this below, but a manual fix is just as quick I would think. Cheers! --- Pg.pm 2008-10-16 14:35:47.000000000 +1100 +++ Pg.pm 2008-10-21 10:18:22.000000000 +1100 @@ -3466,7 +3466,7 @@ See the DBI documentation for a complete discussion. -=head3 B<fetchall_arrayref> +=head3 B<fetchall_hashref> $hash_ref = $sth->fetchall_hashref( $key_field );
Fixed in r11989, thanks!