changed Storage->reload_row to do less, reverted some behavior to PK->discard_changes...
[dbsrgits/DBIx-Class.git] / t / 26dumper.t
index 0cda954..ddb4a00 100644 (file)
@@ -17,7 +17,7 @@ BEGIN {
 
 use_ok('DBICTest');
 
-my $schema = DBICTest::init_schema();
+my $schema = DBICTest->init_schema();
 my $rs = $schema->resultset('CD')->search({
   'artist.name' => 'We Are Goth',
   'liner_notes.notes' => 'Kill Yourself!',