summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2007-12-24 07:30:31 -0800
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2007-12-25 05:25:42 +0000
commitabf0ed0d390b1c5427bc1ae98a11af04d7b7c389 (patch)
treea3a081faf4393670feec0e6f46655c0d2f858f03 /installperl
parentd34ed59f585350f3dfb4fdf7eca3266cdce428a1 (diff)
downloadperl-abf0ed0d390b1c5427bc1ae98a11af04d7b7c389.tar.gz
RE: [PATCH] s/perl510/perl511/g
From: "Jan Dubois" <jand@activestate.com> Message-ID: <0cdf01c84684$f99c3310$ecd49930$@com> p4raw-id: //depot/perl@32722
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index da5d9f40d4..ddd3a4ba9a 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 = 'perl510.' . $dlext;
+ $perldll = 'perl511.' . $dlext;
}
if ($dlsrc ne "dl_none.xs") {