This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add UNLINK_ALL_VERSIONS to PL_non_bincompat_options, and hence -V output.
authorNicholas Clark <nick@ccl4.org>
Fri, 22 Jul 2011 18:36:48 +0000 (20:36 +0200)
committerNicholas Clark <nick@ccl4.org>
Sun, 24 Jul 2011 08:22:22 +0000 (10:22 +0200)
UNLINK_ALL_VERSIONS only makes sense for VMS.

perl.c

diff --git a/perl.c b/perl.c
index ef4b462..1f69e05 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -1692,6 +1692,9 @@ S_Internals_V(pTHX_ CV *cv)
 #  ifdef PERL_USE_SAFE_PUTENV
                             " PERL_USE_SAFE_PUTENV"
 #  endif
+#  ifdef UNLINK_ALL_VERSIONS
+                            " UNLINK_ALL_VERSIONS"
+#  endif
 #  ifdef USE_ATTRIBUTES_FOR_PERLIO
                             " USE_ATTRIBUTES_FOR_PERLIO"
 #  endif