X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=installperl;h=ddd3a4ba9a663d0d85c47632f5ea9f1c5ada7bc4;hb=5ac1e9b286b068746476878a8a6206b06828a175;hp=a45c3fdb0b677f9a00b7fa0ae4ac35534386d2e5;hpb=1a959400560e3bbe1b60592fa513f3356e654efa;p=p5sagit%2Fp5-mst-13.2.git diff --git a/installperl b/installperl index a45c3fd..ddd3a4b 100755 --- a/installperl +++ b/installperl @@ -285,39 +285,8 @@ if (($Is_W32 and ! $Is_NetWare) or $Is_Cygwin) { my $v_e_r_s = $ver; $v_e_r_s =~ tr/./_/; $perldll =~ s/(\..*)?$/$v_e_r_s.$dlext/; $perldll =~ s/^lib/cyg/; - if ($Config{useshrplib} eq 'true') { - # install ld2 and perlld as well - foreach ('ld2', 'perlld') { - safe_unlink("$installbin/$_"); - copy("$_", "$installbin/$_"); - chmod(0755, "$installbin/$_"); - $packlist->{"$installbin/$_"} = { type => 'file' }; - }; - open (LD2, ">$installbin/ld2"); - print LD2 <