Add proper thaw hooks so schema gets re-attached
[dbsrgits/DBIx-Class.git] / t / 75limit.t
index 98d3b64..0fc7e3a 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();
 
 BEGIN {
     eval "use DBD::SQLite";