Merge branch 'master' into gsoc_breadboard
[catagits/Catalyst-Runtime.git] / t / psgi_file_testapp_engine_plackup_compat.t
index 9af4910..3578c6c 100644 (file)
@@ -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] };