This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add PERL_RELOCATABLE_INCPUSH to PL_non_bincompat_options, and hence -V output.
authorNicholas Clark <nick@ccl4.org>
Wed, 8 Feb 2012 13:38:01 +0000 (14:38 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 8 Feb 2012 13:41:40 +0000 (14:41 +0100)
commitc051e30b26718a223934094434113a269c05ae97
tree20815b22357baa90b1ee1c71b587b70714f448e9
parenta4a5e2bf376c447a0f259a4a8033781dfc6c46fa
Add PERL_RELOCATABLE_INCPUSH to PL_non_bincompat_options, and hence -V output.

PERL_RELOCATABLE_INCPUSH was added in commit f31c6eed22759301. As it
causes a small specific behaviour change that isn't visible in any other
configuration option, it seems useful to indicate that the perl binary has
been compiled with it, to aid debugging. (Specifically, debugging of "Why
isn't this working?" when it failed to be enabled.)
perl.c