X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpsgi_file_testapp_engine_plackup_compat.t;h=3578c6c7a44cae1d9ae400300419ee25b3572c7a;hb=aea897b2495d079f3849eb30cd3dc7c89b31f742;hp=9af4910e66ad98b2c84ca4386ae363b0c9139f1c;hpb=a7536db740d85fa6098a91f0088a9030b8e1c954;p=catagits%2FCatalyst-Runtime.git diff --git a/t/psgi_file_testapp_engine_plackup_compat.t b/t/psgi_file_testapp_engine_plackup_compat.t index 9af4910..3578c6c 100644 --- a/t/psgi_file_testapp_engine_plackup_compat.t +++ b/t/psgi_file_testapp_engine_plackup_compat.t @@ -10,7 +10,7 @@ use TestApp; use HTTP::Request::Common; plan skip_all => "Catalyst::Engine::PSGI required for this test" - unless eval { require Catalyst::Engine::PSGI; 1; }; + unless eval { local $SIG{__WARN__} = sub{}; require Catalyst::Engine::PSGI; 1; }; my $warning; local $SIG{__WARN__} = sub { $warning = $_[0] };