03podcoverage.t: all_modules is not exported until Test::Pod::Coverage 1.08, so use...
[dbsrgits/DBIx-Class.git] / t / 83cache.t
index 39f782a..78113b3 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();
 
 my $queries;
 $schema->storage->debugcb( sub{ $queries++ } );