Author: turnstep
Date: Wed Mar 18 07:51:55 2009
New Revision: 12612

Modified:
   DBD-Pg/trunk/Pg.pm

Log:
POD typo, caught by Frank Wiegand in ticket 44242


Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm  (original)
+++ DBD-Pg/trunk/Pg.pm  Wed Mar 18 07:51:55 2009
@@ -2565,7 +2565,7 @@
   $sth = $dbh->prepare($SQL);
   for (qw(uno dos tres cuatro)) {
     $sth->execute($_);
-    my $newid = 
$dbh->last_insert_id(C<undef>,undef,undef,undef,{sequence=>'lii_seq'});
+    my $newid = 
$dbh->last_insert_id(undef,undef,undef,undef,{sequence=>'lii_seq'});
     print "Last insert id was $newid\n";
   }
 

Reply via email to