This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In pp_require, avoid changing PL_compiling if we're not about to compile.
authorNicholas Clark <nick@ccl4.org>
Tue, 29 Jun 2010 15:17:19 +0000 (16:17 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 29 Jun 2010 16:26:06 +0000 (17:26 +0100)
commitec72681b3d7714d33bccdc5be6f31b5db25f9c90
tree06243643d1d710cfe15f8fe517b8db5bf1386b95
parentc5f55552f590f25c85de98dc513dcb8287bdbc0f
In pp_require, avoid changing PL_compiling if we're not about to compile.

The original code order has existed since 5.000, and I think the change around
perl-5.003_97h to C<tryrsfp ? tryname : name> cured symptoms rather than the
underlying cause.
pp_ctl.c