From: Brandon Black Date: Wed, 15 Nov 2006 14:17:26 +0000 (+0000) Subject: no need for suppression in current X-Git-Tag: 0.03999_01~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=c75b8abc444fc31b643e6640a43f835069254b27 no need for suppression in current --- diff --git a/t/20invocations.t b/t/20invocations.t index f239acf..fdab791 100644 --- a/t/20invocations.t +++ b/t/20invocations.t @@ -3,8 +3,6 @@ use Test::More; use lib qw(t/lib); use make_dbictest_db; -$SIG{__WARN__} = sub { }; # Suppress warnings, as we test a lot of deprecated stuff here - # Takes a $schema as input, runs 4 basic tests sub test_schema { my ($testname, $schema) = @_;