X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F78self_referencial.t;h=fe89bce37fd355267118d65a3d2e4cca4eca4bf9;hb=6c7ca96253b07f8ac9b6940ac35368d25ed3b139;hp=640cbc2ea9ad6da90902b49a663477a4f90cfd70;hpb=a47e123334d8bcea0d34dc9ea09738d6f3b1fd49;p=dbsrgits%2FDBIx-Class.git diff --git a/t/78self_referencial.t b/t/78self_referencial.t index 640cbc2..fe89bce 100644 --- a/t/78self_referencial.t +++ b/t/78self_referencial.t @@ -1,8 +1,10 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; -use warnings; +use warnings; use Test::More; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();