X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F67pager.t;h=f768549d90bb6b819e49318924103697bbcb9c30;hb=9ee23fb6415c37b55ec1dc506bd25ccb778bc623;hp=406cd40bbec43ad4960a6a22762e690952aab9df;hpb=8273e845426f0187b4ad6c4a1b42286fa09a648f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/67pager.t b/t/67pager.t index 406cd40..f768549 100644 --- a/t/67pager.t +++ b/t/67pager.t @@ -2,7 +2,6 @@ use strict; use warnings; use Test::More; -use Test::Exception; use lib qw(t/lib); use DBICTest; use Storable qw/dclone/;