summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorkmx <kmx@volny.cz>2014-12-16 09:00:16 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2014-12-16 09:00:47 +0000
commitdc5c2addf88baf2341663222a7ef79d1b8df8429 (patch)
treeedd2be7da7967ff5db3b3d2fe3b26aacf191d3ea /installperl
parent08088357011bedc22047b1d4a1ec3afaee813523 (diff)
downloadperl-dc5c2addf88baf2341663222a7ef79d1b8df8429.tar.gz
[perl #123436] installperl patch related to $Config{dlext}
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index 5a3da7efac..516ae70b63 100755
--- a/installperl
+++ b/installperl
@@ -259,7 +259,7 @@ if (($Is_W32 and ! $Is_NetWare) or $Is_Cygwin) {
if ($Is_Cygwin) {
$perldll = $libperl;
} else {
- $perldll = 'perl5'.$Config{patchlevel}.'.'.$dlext;
+ $perldll = 'perl5'.$Config{patchlevel}.'.'.$so;
}
if ($dlsrc ne "dl_none.xs") {