The examples given in the original post no longer cause that warning,
but tying
stashes still doesn't work. Also, this slight modification of the initial
example segfaults:
BEGIN {
require Tie::Hash;
tie %Foo:: => "Tie::StdHash";
}
package Foo;
*baz = sub { };
-doy
---
via perlbug: queue: perl5 status: open
https://rt.perl.org:443/rt3/Ticket/Display.html?id=24652
Thread Next