X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F40compose_connection.t;h=2732a5e622d01d4a75384ef46700af44e0aa3092;hb=759a7f44196c25be4409dc417be9160048d1f261;hp=051ab9ba37f8ae25006d2fb914a8bb4dfdfd2e17;hpb=ee5733658f9bca488689f85a61c9cd7092138f85;p=dbsrgits%2FDBIx-Class.git diff --git a/t/40compose_connection.t b/t/40compose_connection.t index 051ab9b..2732a5e 100644 --- a/t/40compose_connection.t +++ b/t/40compose_connection.t @@ -1,9 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; use Test::Warn; -use lib qw(t/lib); + use DBICTest; warnings_exist { DBICTest->init_schema( compose_connection => 1, sqlite_use_file => 1 ) }