Disable ContextClosure tests with LeakCheckers that aren't based on Devel::Cycle.
[catagits/Catalyst-Runtime.git] / t / live_component_controller_context_closure.t
index 94d2ef1..172f91e 100644 (file)
@@ -3,8 +3,8 @@ use warnings;
 use Test::More;
 
 BEGIN {
-    unless (eval 'use CatalystX::LeakChecker; 1') {
-        plan skip_all => 'CatalystX::LeakChecker required for this test';
+    unless (eval 'use CatalystX::LeakChecker 0.03; 1') {
+        plan skip_all => 'CatalystX::LeakChecker 0.03 required for this test';
     }
 
     plan tests => 4;