X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frelationship%2Fcustom_with_null_in_cond.t;h=b396014e8f0e9839dc713a9526e34099af35a851;hb=e85eb407cd475abef6c489dfd36b4866785e00be;hp=e7a7acb25879d6cb8a334e9162df314b1dbf7537;hpb=18c294f430dbf1d39af5378a9ae3db54486e15c5;p=dbsrgits%2FDBIx-Class.git diff --git a/t/relationship/custom_with_null_in_cond.t b/t/relationship/custom_with_null_in_cond.t index e7a7acb..b396014 100644 --- a/t/relationship/custom_with_null_in_cond.t +++ b/t/relationship/custom_with_null_in_cond.t @@ -1,9 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib 't/lib'; + use DBICTest; my $schema = DBICTest->init_schema();