Author: turnstep
Date: Mon Mar 3 08:49:32 2008
New Revision: 10870
Modified:
DBD-Pg/trunk/t/04misc.t
Log:
Too much my
Modified: DBD-Pg/trunk/t/04misc.t
==============================================================================
--- DBD-Pg/trunk/t/04misc.t (original)
+++ DBD-Pg/trunk/t/04misc.t Mon Mar 3 08:49:32 2008
@@ -283,7 +283,7 @@
# Test the use of $DBDPG_DEFAULT
#
-my $sth = $dbh->prepare(q{INSERT INTO dbd_pg_test (id, pname) VALUES (?,?)});
+$sth = $dbh->prepare(q{INSERT INTO dbd_pg_test (id, pname) VALUES (?,?)});
eval {
$sth->execute(600,$DBDPG_DEFAULT);
};