X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fon_connect_do.t;h=2874a9ddb8ebe30fcd35701ce65391265e5da1dc;hb=8d6b1478d;hp=fd0ab4982cef4cd1b2a0fd92f4810682e98213f7;hpb=d9bd51956470404b3960871d3413fa98f16961d2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/on_connect_do.t b/t/storage/on_connect_do.t index fd0ab49..2874a9d 100644 --- a/t/storage/on_connect_do.t +++ b/t/storage/on_connect_do.t @@ -9,7 +9,7 @@ use Test::Warn; use Test::Exception; use lib qw(t/lib); -use base 'DBICTest'; +use DBICTest; require DBI;