X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F78self_referencial.t;h=640cbc2ea9ad6da90902b49a663477a4f90cfd70;hb=f1693c0d25bc7b9f3efa50199a13c8b42cd7a056;hp=5759aca34e3d3679f73d5c056563e3d18454c091;hpb=d6915f449e2d68ac184d6bc616043fd605913757;p=dbsrgits%2FDBIx-Class.git diff --git a/t/78self_referencial.t b/t/78self_referencial.t index 5759aca..640cbc2 100644 --- a/t/78self_referencial.t +++ b/t/78self_referencial.t @@ -5,7 +5,7 @@ use Test::More; use lib qw(t/lib); use DBICTest; -my $schema = DBICTest::init_schema(); +my $schema = DBICTest->init_schema(); # this test will check to see if you can have 2 columns # in the same class pointing at the same other class