why not just add to the maddness if its already there?
[catagits/Catalyst-Runtime.git] / t / live_component_controller_context_closure.t
index 767822d..7e111f3 100644 (file)
@@ -14,7 +14,7 @@ use FindBin;
 use lib "$FindBin::Bin/lib";
 
 BEGIN { $::setup_leakchecker = 1 }
-
+local $SIG{__WARN__} = sub { return if $_[0] =~ /Unhandled type: GLOB/; warn $_[0] };
 use Catalyst::Test 'TestApp';
 
 {