X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flive_component_controller_context_closure.t;h=69fa5046d1b49ff6ba222d62a6c77dc5722731f6;hp=72ddb157f34b0ac6949bbc124d9bc9812630fa31;hb=df5a34cf867697901081167ba10f2f521e5c7cce;hpb=ee2c12fdbfa4662604cf07fa488b5c43c1e25b80 diff --git a/t/live_component_controller_context_closure.t b/t/live_component_controller_context_closure.t index 72ddb15..69fa504 100644 --- a/t/live_component_controller_context_closure.t +++ b/t/live_component_controller_context_closure.t @@ -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] }; +local $SIG{__WARN__} = sub { return if $_[0] =~ /Unhandled type: (GLOB|REGEXP)/; warn $_[0] }; use Catalyst::Test 'TestApp'; {