X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fon_connect_do.t;h=2874a9ddb8ebe30fcd35701ce65391265e5da1dc;hb=a63c42fc0b2844ff59bc86719fbe2c779067f171;hp=fd0ab4982cef4cd1b2a0fd92f4810682e98213f7;hpb=6892eb09b6090628ae4e7092767da0cbff8afcbc;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;