0.1.5 changes
[p5sagit/Devel-Declare.git] / t / sugar.t
index dffca84..0f1b685 100644 (file)
--- a/t/sugar.t
+++ b/t/sugar.t
@@ -58,7 +58,7 @@ my ($test_method1, $test_method2, @test_list);
     return join(', ', ref $self, $what);
   };
 
-  @test_list = method { 1 }, sub { 2 }, method () { 3 }, sub { 4 };
+  #@test_list = method { 1 }, sub { 2 }, method () { 3 }, sub { 4 };
 
 }