X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=installperl;h=e9d2b59b12ad3059e82b56762c24b84af0340eb6;hb=f3a2811a943652950bfdb6408b09c32b4bf531d0;hp=1bb484521f8ddab0e41339e00c66556a0e3fe62d;hpb=ae5e75fdf25a22fae617e01afaae6c0da8a1b964;p=p5sagit%2Fp5-mst-13.2.git diff --git a/installperl b/installperl index 1bb4845..e9d2b59 100755 --- a/installperl +++ b/installperl @@ -285,37 +285,6 @@ 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 <