projects
/
gitmo/Package-Stash-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3720d1a
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/20-leaks.t
b/t/20-leaks.t
index
2439cc4
..
3954b15
100644
(file)
--- 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++;