This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0808835
)
[perl #123436] installperl patch related to $Config{dlext}
author
kmx
<kmx@volny.cz>
Tue, 16 Dec 2014 09:00:16 +0000
(09:00 +0000)
committer
Steve Hay
<steve.m.hay@googlemail.com>
Tue, 16 Dec 2014 09:00:47 +0000
(09:00 +0000)
installperl
patch
|
blob
|
blame
|
history
diff --git
a/installperl
b/installperl
index
5a3da7e
..
516ae70
100755
(executable)
--- 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") {