X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Fon_connect_call.t;h=be5e74621a162695b8d74f044b164b634a954b2b;hb=bfa46eb523fff8ece9b37a48d17b90510f1c8c52;hp=09befcd2cccd92c5e77135b9c22e7c3928c4cefa;hpb=2dc8d9618fd296ecdd4484d3686832de0592e747;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/on_connect_call.t b/t/storage/on_connect_call.t index 09befcd..be5e746 100644 --- a/t/storage/on_connect_call.t +++ b/t/storage/on_connect_call.t @@ -7,6 +7,7 @@ use DBICTest; use Test::More tests => 9; +use DBIx::Class::Storage::DBI; my $schema = DBICTest->init_schema( no_connect => 1, no_deploy => 1,