changed Storage->reload_row to do less, reverted some behavior to PK->discard_changes...
[dbsrgits/DBIx-Class.git] / t / 82cascade_copy.t
index f0c302d..26b8425 100644 (file)
@@ -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);