[Catalyst-commits] r10733 - Catalyst-Runtime/5.80/trunk/t
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Mon Jun 29 22:05:36 GMT 2009
Author: rafl
Date: 2009-06-29 22:05:36 +0000 (Mon, 29 Jun 2009)
New Revision: 10733
Modified:
Catalyst-Runtime/5.80/trunk/t/live_component_controller_context_closure.t
Log:
Disable ContextClosure tests with LeakCheckers that aren't based on Devel::Cycle.
It's not on cpan yet, but will be as soon as a new Devel::Cycle is released.
Modified: Catalyst-Runtime/5.80/trunk/t/live_component_controller_context_closure.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/live_component_controller_context_closure.t 2009-06-29 22:05:25 UTC (rev 10732)
+++ Catalyst-Runtime/5.80/trunk/t/live_component_controller_context_closure.t 2009-06-29 22:05:36 UTC (rev 10733)
@@ -3,8 +3,8 @@
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;
More information about the Catalyst-commits
mailing list