X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F20setuperrors.t;h=609581749a88907c48d815e8aec582ff8dec5693;hb=6c7ca96253b07f8ac9b6940ac35368d25ed3b139;hp=769eaf35744c9c4d594ddaa78c0e6a74211f107e;hpb=6ebac5d65f768659de4fd3f32c0bb24730818a30;p=dbsrgits%2FDBIx-Class.git diff --git a/t/20setuperrors.t b/t/20setuperrors.t index 769eaf3..6095817 100644 --- a/t/20setuperrors.t +++ b/t/20setuperrors.t @@ -1,9 +1,14 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use warnings; use strict; use Test::More; use Test::Exception; + +use DBICTest; + throws_ok ( sub { package BuggyTable;