Author: turnstep
Date: Thu Mar 31 13:50:46 2011
New Revision: 14811

Modified:
   DBD-Pg/trunk/Pg.pm

Log:
Docs typo


Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm  (original)
+++ DBD-Pg/trunk/Pg.pm  Thu Mar 31 13:50:46 2011
@@ -3839,7 +3839,7 @@
   do_something_else();
   {
     if ($dbh->pg_ready()) {
-      $res = $pg_result();
+      $res = pg_result();
       print "Result of do(): $res\n";
     }
     print "Query is still running...\n";

Reply via email to