[Catalyst-commits] r12073 - in Catalyst-Runtime/5.80/trunk: . t

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sun Nov 29 16:43:18 GMT 2009


Author: rafl
Date: 2009-11-29 16:43:17 +0000 (Sun, 29 Nov 2009)
New Revision: 12073

Modified:
   Catalyst-Runtime/5.80/trunk/Makefile.PL
   Catalyst-Runtime/5.80/trunk/t/live_component_controller_context_closure.t
Log:
Depend on a recent leakchecker to stop everything from crapping over itself if PadWalker is too old.

Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-11-29 15:39:41 UTC (rev 12072)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL	2009-11-29 16:43:17 UTC (rev 12073)
@@ -65,7 +65,7 @@
         grep { $_ ne 't/aggregate.t' }
         map  { glob } qw[t/*.t t/aggregate/*.t];
 }
-author_requires 'CatalystX::LeakChecker', '0.03'; # Skipped if this isn't installed
+author_requires 'CatalystX::LeakChecker', '0.05'; # Skipped if this isn't installed
 author_requires 'File::Copy::Recursive'; # For http server test
 
 author_tests 't/author';

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-11-29 15:39:41 UTC (rev 12072)
+++ Catalyst-Runtime/5.80/trunk/t/live_component_controller_context_closure.t	2009-11-29 16:43:17 UTC (rev 12073)
@@ -3,8 +3,8 @@
 use Test::More;
 
 BEGIN {
-    unless (eval 'use CatalystX::LeakChecker 0.03; 1') {
-        plan skip_all => 'CatalystX::LeakChecker 0.03 required for this test';
+    unless (eval 'use CatalystX::LeakChecker 0.05; 1') {
+        plan skip_all => 'CatalystX::LeakChecker 0.05 required for this test';
     }
 
     plan tests => 4;




More information about the Catalyst-commits mailing list