X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F107obj_result_class.t;h=d09d5c2bb249b7f7cae27cbca5761f410d20efa5;hb=86be9bcb90213db633791fcce074b7268765f615;hp=f616bcbbce3606185d6a8af6e7cf49fed88f820a;hpb=91fe73bcf7e35c0c3bfa82947d5392770eef9f49;p=dbsrgits%2FDBIx-Class.git diff --git a/t/107obj_result_class.t b/t/107obj_result_class.t index f616bcb..d09d5c2 100644 --- a/t/107obj_result_class.t +++ b/t/107obj_result_class.t @@ -1,3 +1,5 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + package ResultClassInflator; sub new { bless {}, __PACKAGE__ } @@ -11,7 +13,7 @@ use warnings; use Test::More tests => 6; use Test::Exception; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();