X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F19retrieve_on_insert.t;h=c8ecf34b24da6064f5c05c7c912fa3b8cc4a0d27;hb=6c7ca96253b07f8ac9b6940ac35368d25ed3b139;hp=d258180665ea2138c8706bffc713fc7f2fd13312;hpb=8b9473f535c78bab500ff7e1258bd9fcab3e4ff6;p=dbsrgits%2FDBIx-Class.git diff --git a/t/19retrieve_on_insert.t b/t/19retrieve_on_insert.t index d258180..c8ecf34 100644 --- a/t/19retrieve_on_insert.t +++ b/t/19retrieve_on_insert.t @@ -1,9 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; use Test::Exception; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();