X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F93single_accessor_object.t;h=bcb53a14044fd9d6b677d6df1eaa5609b9885487;hb=7dc14bc09910cb750e5fe503dfa18a97eed490d1;hp=e250183ad3576984a169e67255b5c008c2e884da;hpb=d9c17594ab3be0b866c555750cdbd1ad6a1b34e6;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/93single_accessor_object.t b/t/93single_accessor_object.t index e250183..bcb53a1 100644 --- a/t/93single_accessor_object.t +++ b/t/93single_accessor_object.t @@ -1,9 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; -use warnings; +use warnings; use Test::More; use Test::Exception; -use lib qw(t/lib); + use DBICTest; # Test various uses of passing an object to find, create, and update on a single