summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-03-29 21:11:46 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-03-29 21:11:46 +0000
commitb962b4faa5c1d38e1b3dee493c58991ae48cefe9 (patch)
treeb46b44a8a4fedd9a6babb437a4467b7940b0db64 /installperl
parent691638dd8feb154ca6f21357dad133b313dac373 (diff)
downloadperl-b962b4faa5c1d38e1b3dee493c58991ae48cefe9.tar.gz
DLL name has changed so installperl needs to know
(Why isn't it working it out or passed it?) p4raw-id: //depot/perlio@9455
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index 4afd0a6310..ae55ff3f48 100755
--- a/installperl
+++ b/installperl
@@ -192,7 +192,7 @@ if ($Is_W32 or $Is_Cygwin) {
};
};
} else {
- $perldll = 'perl56.' . $dlext;
+ $perldll = 'perl57.' . $dlext;
}
if ($dlsrc ne "dl_none.xs") {