projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f33abd4
)
installperl
Abe Timmerman [Thu, 25 Apr 2002 01:00:00 +0000 (
03:00
+0200)]
Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
p4raw-id: //depot/perl@16151
installperl
patch
|
blob
|
blame
|
history
diff --git
a/installperl
b/installperl
index
3379369
..
dcc92a5
100755
(executable)
--- a/
installperl
+++ b/
installperl
@@
-258,7
+258,7
@@
if (($Is_W32 and ! $Is_NetWare) or $Is_Cygwin) {
chmod(0755, "$installbin/ld2");
};
} else {
- $perldll = 'perl57.' . $dlext;
+ $perldll = 'perl58.' . $dlext;
}
if ($dlsrc ne "dl_none.xs") {