X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F46where_attribute.t;h=ba1c7d09ebaf631099b7f25c3ca4cc173250619d;hb=eef9b4844e1e297bb1480583c21add02d2e8232e;hp=f798ace4e07f002c36d691d1db81c642d48044a1;hpb=c704015d816990e1b2f41200ffb13a7f0dce6363;p=dbsrgits%2FDBIx-Class.git diff --git a/t/46where_attribute.t b/t/46where_attribute.t index f798ace..ba1c7d0 100644 --- a/t/46where_attribute.t +++ b/t/46where_attribute.t @@ -1,8 +1,10 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();