in reply to Re: Compile time action of require in 5.10.1??
in thread Compile time action of require in 5.10.1??

Thanks for the explanation!

I'd seen the code in Perl_newIO but didn't understand how it got triggered. Now it all makes sense.

Well, that was 5 hours of my life gone trying to figure out why my tests using Test::Trap in systemsafe mode were silently dieing on 5.10.1. All because there was a use FileHandle::Fmode in a module far, far away.