projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e1604ad
)
fix 93nobindvars for people not testing MySQL
Brandon L. Black [Fri, 1 Jun 2007 01:49:50 +0000 (
01:49
+0000)]
t/93nobindvars.t
patch
|
blob
|
blame
|
history
diff --git
a/t/93nobindvars.t
b/t/93nobindvars.t
index
e64dbb6
..
c955a06
100644
(file)
--- a/
t/93nobindvars.t
+++ b/
t/93nobindvars.t
@@
-65,5
+65,5
@@
is( $it->next, undef, "next past end of resultset ok" );
# clean up our mess
END {
- $dbh->do("DROP TABLE artist");
+ $dbh->do("DROP TABLE artist") if $dbh;
}