X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F67pager.t;h=b017afbddb2a321fcda9a245efec84d358ef0099;hb=d2f4cc4a86585dbaf0bda33cf9c1d4403b6397a4;hp=6a6aabc60d1c44e7b7414dcb3670be83ecfd0f07;hpb=5b1c7d7ff82168fb219aa09be6902695f2cd5af8;p=dbsrgits%2FDBIx-Class.git diff --git a/t/67pager.t b/t/67pager.t index 6a6aabc..b017afb 100644 --- a/t/67pager.t +++ b/t/67pager.t @@ -1,7 +1,7 @@ use strict; -use warnings; +use warnings; -use Test::More qw(no_plan); +use Test::More; use lib qw(t/lib); use DBICTest; @@ -100,3 +100,5 @@ my $row = $schema->resultset('CD')->search({}, { })->single; is($row->cdid, $it->first->cdid, 'page with offset'); + +done_testing;