summaryrefslogtreecommitdiff
path: root/ext/DynaLoader
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2021-06-24 06:38:58 -0500
committerCraig A. Berry <craigberry@mac.com>2021-06-24 06:42:55 -0500
commitbab878b7c36409112093f401c0778c29f87a5399 (patch)
treecaf562de03cf187940809b5736023ed3e043fe77 /ext/DynaLoader
parent9302e8db483378404025d881979158d1eb6edc05 (diff)
downloadperl-bab878b7c36409112093f401c0778c29f87a5399.tar.gz
Remove undeclared $Is_VMS from DynaLoader_pm.PL
The variable appears to have been unused since 1c7f9087b1206cc7, and the addition of strict in f0e0f25d5ce9118d61837a3 makes the generated DynaLoader.pm fail to compile. But only on VMS.
Diffstat (limited to 'ext/DynaLoader')
-rw-r--r--ext/DynaLoader/DynaLoader_pm.PL3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/DynaLoader/DynaLoader_pm.PL b/ext/DynaLoader/DynaLoader_pm.PL
index 863b806d85..6b923057fa 100644
--- a/ext/DynaLoader/DynaLoader_pm.PL
+++ b/ext/DynaLoader/DynaLoader_pm.PL
@@ -144,13 +144,10 @@ my @dl_library_path;
print OUT expand_os_specific(<<'EOT');
-<<$^O-eq-VMS>>
# Some systems need special handling to expand file specifications
# (VMS support by Charles Bailey <bailey@HMIVAX.HUMGEN.UPENN.EDU>)
# See dl_expandspec() for more details. Should be harmless but
# inefficient to define on systems that don't need it.
-$Is_VMS = $^O eq 'VMS';
-<</$^O-eq-VMS>>
my $do_expand = <<$^O-eq-VMS>>1<<|$^O-eq-VMS>>0<</$^O-eq-VMS>>;
@dl_require_symbols = (); # names of symbols we need<<$^O-eq-freemint>>