Subject: | -pe conflicts with Cwd.pm |
Using perl 5.12.2, the -pe option interacts badly with loading Cwd.pm
(core module)
$ perl -Moverload::eval=-pe -MCwd -e 1
Undefined subroutine &main:: called at
/home/moritz/perl5//perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Cwd.pm
line 176.
Compilation failed in require.
BEGIN failed--compilation aborted.