X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F67pager.t;h=267927d34998e046edd19514a08429145d70b17b;hb=e9188247f020a63ab8b6280c9dcdcb0df5b5f0c1;hp=85b1e8d3fccab6c507abfeb0a6cdfb1eeda60dce;hpb=d6915f449e2d68ac184d6bc616043fd605913757;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/67pager.t b/t/67pager.t index 85b1e8d..267927d 100644 --- a/t/67pager.t +++ b/t/67pager.t @@ -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 => 12;