X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Finflate%2Fdatetime_pg.t;h=c02e9f8b16187541cf9923fdc40bba989cded03c;hb=a4c52abc098ab090dfcfe6412cf106f2c7139e7e;hp=0751561e95904bed934538fc1634d261162be9f7;hpb=199fbc453ec03891d0e156d7353c5e992ba4de47;p=dbsrgits%2FDBIx-Class.git diff --git a/t/inflate/datetime_pg.t b/t/inflate/datetime_pg.t index 0751561..c02e9f8 100644 --- a/t/inflate/datetime_pg.t +++ b/t/inflate/datetime_pg.t @@ -10,10 +10,7 @@ use DBICTest; plan skip_all => 'Test needs ' . DBIx::Class::Optional::Dependencies->req_missing_for ('test_dt_pg') unless DBIx::Class::Optional::Dependencies->req_ok_for ('test_dt_pg'); -{ - local $SIG{__WARN__} = sub { warn @_ if $_[0] !~ /extra \=\> .+? has been deprecated/ }; - DBICTest::Schema->load_classes('EventTZPg'); -} +DBICTest::Schema->load_classes('EventTZPg'); my $schema = DBICTest->init_schema();