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

index 3379369..dcc92a5 100755 (executable)
@@ -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") {