"Dmytro Zagashev via RT" <bug-bareword-filehandles@rt.cpan.org> writes:
Show quoted text> This pragma not work at all, when autodie is used in the same scope.
> Testet on perl 5.18.2.
This is not surprising, since autodie replaces the calls to the builtins
that this module checks with its own functions, which are not compiled
in the scope of this pragma, so are not affected.
To make this work, autodie would have to detect that
bareword::filehandles is in scope, and propagate it to its replacement
functions.
--
"The surreality of the universe tends towards a maximum" -- Skud's Law
"Never formulate a law or axiom that you're not prepared to live with
the consequences of." -- Skud's Meta-Law