this is just the test code triggering a core perl bug on 5.8
Jesse Luehrs [Sun, 14 Nov 2010 04:54:44 +0000 (22:54 -0600)]
t/20-leaks.t

index 2439cc4..3954b15 100644 (file)
@@ -145,6 +145,8 @@ use Symbol;
 
 # mimic CMOP::create_anon_class
 {
+    local $TODO = $] < 5.010 ? "deleting stashes is inherently leaky on 5.8"
+                             : undef;
     my $i = 0;
     no_leaks_ok {
         $i++;