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 );