X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F78self_referencial.t;h=a02677d34dcd82eded62a354dd81d253e71f3337;hb=a5ef13717f29f8662a498a5f1a910b03af2d89da;hp=5759aca34e3d3679f73d5c056563e3d18454c091;hpb=d6915f449e2d68ac184d6bc616043fd605913757;p=dbsrgits%2FDBIx-Class.git diff --git a/t/78self_referencial.t b/t/78self_referencial.t index 5759aca..a02677d 100644 --- a/t/78self_referencial.t +++ b/t/78self_referencial.t @@ -1,11 +1,11 @@ use strict; -use warnings; +use warnings; 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