X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F26dumper.t;h=ddb4a0058173367482ced41fb8daf834d3f49981;hb=10ed6c253364191ca50df81689ee1351bac31ea8;hp=0cda954cc9232a23774cb480bfc28b18ba6d1e9a;hpb=c93ddd59cd34aec049de47a63012a7d519de2ad9;p=dbsrgits%2FDBIx-Class.git diff --git a/t/26dumper.t b/t/26dumper.t index 0cda954..ddb4a00 100644 --- a/t/26dumper.t +++ b/t/26dumper.t @@ -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!',