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=6e8520be0c895f96e8e28f724ba73ba70ea4fac6;hp=ccec7b11afeb7415947a6359c285e60a9e6e1e58;hpb=57ecbde4875bd0a04549c999224be9e7c50957bc;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 ccec7b1..3578c6c 100644 --- a/t/psgi_file_testapp_engine_plackup_compat.t +++ b/t/psgi_file_testapp_engine_plackup_compat.t @@ -9,6 +9,9 @@ use Plack::Test; use TestApp; use HTTP::Request::Common; +plan skip_all => "Catalyst::Engine::PSGI required for this test" + unless eval { local $SIG{__WARN__} = sub{}; require Catalyst::Engine::PSGI; 1; }; + my $warning; local $SIG{__WARN__} = sub { $warning = $_[0] };