X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F82cascade_copy.t;h=26b8425c3fc41b22395852602c89fc4a32238a15;hb=17b05c131035f73964c434c1a9c8b28e46aebeeb;hp=f0c302d3ec73365f3e2a655abc45eb7248e9e9e9;hpb=c93ddd59cd34aec049de47a63012a7d519de2ad9;p=dbsrgits%2FDBIx-Class.git diff --git a/t/82cascade_copy.t b/t/82cascade_copy.t index f0c302d..26b8425 100644 --- a/t/82cascade_copy.t +++ b/t/82cascade_copy.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(); plan tests => 4; my $artist = $schema->resultset('Artist')->find(1);