summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-13 22:54:44 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-13 22:54:44 -0600
commit4aa6913bb2b013cb32f8d0c93ddb40ce20460508 (patch)
tree633fe3923999563a84580b56c51f46f66fc414b4
parent3720d1a13fa8f0ac849cfaf320efc847db454cca (diff)
downloadpackage-stash-xs-4aa6913bb2b013cb32f8d0c93ddb40ce20460508.tar.gz
package-stash-xs-4aa6913bb2b013cb32f8d0c93ddb40ce20460508.zip
this is just the test code triggering a core perl bug on 5.8
-rw-r--r--t/20-leaks.t2
1 files changed, 2 insertions, 0 deletions
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++;