This seems like lot of breakage for such a tiny benefit. Can this change be reverted? Additionally, since the stash entries get de-optimized to globs when called as methods, this change will actually lead to increased memory usage on servers that fork. Many methods won't get called until post-fork, so the globs will need to be created for every fork instead of being able to benefit from copy-on-write. --- via perlbug: queue: perl5 status: open https://rt.perl.org/Ticket/Display.html?id=132252Thread Previous | Thread Next