From: Jesse Luehrs Date: Sun, 14 Nov 2010 04:54:44 +0000 (-0600) Subject: this is just the test code triggering a core perl bug on 5.8 X-Git-Tag: 0.14~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4aa6913bb2b013cb32f8d0c93ddb40ce20460508;p=gitmo%2FPackage-Stash-XS.git this is just the test code triggering a core perl bug on 5.8 --- 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++;