From 4aa6913bb2b013cb32f8d0c93ddb40ce20460508 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Nov 2010 22:54:44 -0600 Subject: this is just the test code triggering a core perl bug on 5.8 --- t/20-leaks.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/20-leaks.t b/t/20-leaks.t index 2439cc4..3954b15 100644 --- a/t/20-leaks.t +++ b/t/20-leaks.t @@ -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++; -- cgit v1.2.3-54-g00ecf