~stewart/dbd-drizzle/fixup-for-modern-perl

« back to all changes in this revision

Viewing changes to t/43count_params.t

  • Committer: root
  • Date: 2011-02-25 19:57:15 UTC
  • Revision ID: root@domu-12-31-39-05-46-12-20110225195715-fcn0dehw2h96kjny
Release of 0.303

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
ok ($sth->execute(3, "Charles de Batz de Castelmore, comte d\\'Artagnan"));
61
61
 
 
62
$dbh->{AutoCommit} = 1;
62
63
ok ($dbh->do("DROP TABLE $table"));
63
64
 
64
65
ok $sth->finish;