X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=installperl;h=4a3c07d2230a689d46bdd17e49959382bfda12a1;hb=8bbf3450a1ff0a3996dade29a4194cc0939d871f;hp=5be24b9d45a647690069287b3f71785ceef58328;hpb=ffb5d6c50e5ded491eee7ff839e42f8d3acbf6dd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/installperl b/installperl index 5be24b9..4a3c07d 100755 --- a/installperl +++ b/installperl @@ -404,7 +404,7 @@ if ($Is_VMS) { # We did core file selection during build } else { # [als] hard-coded 'libperl' name... not good! - @corefiles = <*.h libperl*.*>; + @corefiles = <*.h libperl*.* perl*$Config{lib_ext}>; # AIX needs perl.exp installed as well. push(@corefiles,'perl.exp') if $^O eq 'aix';