summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-09 11:20:14 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-09 11:20:14 +0000
commit04a4d38e84a8a9c5528d4a7aecd68cc820b7a6ac (patch)
treeee31103f90d21727315a0070cda170e698244d05 /op.c
parent49e9cc5f6815d33ebfa1aabf8837d4a6b16c3bea (diff)
downloadperl-04a4d38e84a8a9c5528d4a7aecd68cc820b7a6ac.tar.gz
Note the weakref.t failure that commenting out this code caused.
Pesky waterbeds. p4raw-id: //depot/perl@27432
Diffstat (limited to 'op.c')
-rw-r--r--op.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/op.c b/op.c
index 518b525d1b..a2f4bf9fc5 100644
--- a/op.c
+++ b/op.c
@@ -335,7 +335,9 @@ Perl_op_clear(pTHX_ OP *o)
/* FIXME for MAD - if I uncomment these two lines t/op/pack.t fails with
"modification of a read only value" for a reason I can't fathom why.
It's the "" stringification of $_, where $_ was set to '' in a foreach
- loop, but it defies simplification into a small test case. */
+ loop, but it defies simplification into a small test case.
+ However, commenting them out has caused ext/List/Util/t/weak.t to fail
+ the last test. */
/*
mad_free(o->op_madprop);
o->op_madprop = 0;