Expand notabs/eol testing to .pod and some files at the root
[dbsrgits/DBIx-Class.git] / t / storage / on_connect_do.t
index 2ce77b2..2874a9d 100644 (file)
@@ -9,7 +9,7 @@ use Test::Warn;
 use Test::Exception;
 
 use lib qw(t/lib);
-use base 'DBICTest';
+use DBICTest;
 require DBI;
 
 
@@ -77,6 +77,7 @@ $schema->storage->disconnect();
 ok $disconnected, 'on_disconnect_do() called after disconnect()';
 
 isa_ok($cb_args[0], 'DBIx::Class::Storage', 'first arg to on_connect_do hook');
+@cb_args = ();
 
 sub check_exists {
     my $storage = shift;