X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fpsgi_file_testapp_engine_plackup_compat.t;h=9af4910e66ad98b2c84ca4386ae363b0c9139f1c;hp=ccec7b11afeb7415947a6359c285e60a9e6e1e58;hb=cb1e348badf54b4ceacca793b0baa6312e2a7e5d;hpb=57ecbde4875bd0a04549c999224be9e7c50957bc diff --git a/t/psgi_file_testapp_engine_plackup_compat.t b/t/psgi_file_testapp_engine_plackup_compat.t index ccec7b1..9af4910 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 { require Catalyst::Engine::PSGI; 1; }; + my $warning; local $SIG{__WARN__} = sub { $warning = $_[0] };