summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2007-11-19 07:53:11 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-20 08:16:21 +0000
commitc2eef262516d11d91c32a958a009379636e7f3d5 (patch)
treea67054c04a00731831eb688c3b77243f6c37157a /installperl
parentbb32c4e1d455c0d04e8f1f39328ad705baef7aef (diff)
downloadperl-c2eef262516d11d91c32a958a009379636e7f3d5.tar.gz
Rename "perl59" to "perl510"
From: "Jan Dubois" <jand@activestate.com> Message-ID: <03cd01c82b07$581a1950$084e4bf0$@com> p4raw-id: //depot/perl@32411
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index e9d2b59b12..da5d9f40d4 100755
--- a/installperl
+++ b/installperl
@@ -286,7 +286,7 @@ if (($Is_W32 and ! $Is_NetWare) or $Is_Cygwin) {
$perldll =~ s/(\..*)?$/$v_e_r_s.$dlext/;
$perldll =~ s/^lib/cyg/;
} else {
- $perldll = 'perl59.' . $dlext;
+ $perldll = 'perl510.' . $dlext;
}
if ($dlsrc ne "dl_none.xs") {