Change 27432 by [EMAIL PROTECTED] on 2006/03/09 11:20:14

        Note the weakref.t failure that commenting out this code caused.
        Pesky waterbeds.

Affected files ...

... //depot/perl/op.c#779 edit

Differences ...

==== //depot/perl/op.c#779 (text) ====
Index: perl/op.c
--- perl/op.c#778~27430~        2006-03-09 02:53:25.000000000 -0800
+++ perl/op.c   2006-03-09 03:20:14.000000000 -0800
@@ -335,7 +335,9 @@
     /* 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;
End of Patch.

Reply via email to