summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-07-22 20:36:48 +0200
committerNicholas Clark <nick@ccl4.org>2011-07-24 10:22:22 +0200
commita3749cf394f7178c7baa9207e77b079c71d69dae (patch)
treea601a7850fbe44328a3b6be173f988bd5f0901e2 /perl.c
parent875ca36f3bad1dcbb9024c8db31c337e1dd09100 (diff)
downloadperl-a3749cf394f7178c7baa9207e77b079c71d69dae.tar.gz
Add UNLINK_ALL_VERSIONS to PL_non_bincompat_options, and hence -V output.
UNLINK_ALL_VERSIONS only makes sense for VMS.
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index ef4b4623b0..1f69e05de2 100644
--- 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