X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=installperl;h=6a20e7122c3a63d607cedef575e709fe31ada994;hb=a6b599c70633c3b011aba1a198149d25707cbc98;hp=04d778e7a9b7eb368bf5a6bbe1035f12da639886;hpb=a6c3b02027478c56a1220e2f5986519e2f007461;p=p5sagit%2Fp5-mst-13.2.git diff --git a/installperl b/installperl index 04d778e..6a20e71 100755 --- a/installperl +++ b/installperl @@ -577,7 +577,7 @@ if ($versiononly) { # Install pod pages. Where? I guess in $installprivlib/pod # ($installprivlib/pods for cygwin). -my $pod = ($Is_Cygwin || $Is_Darwin) ? 'pods' : 'pod'; +my $pod = ($Is_Cygwin || $Is_Darwin || $Is_VMS) ? 'pods' : 'pod'; if ( !$versiononly || ($installprivlib =~ m/\Q$ver/)) { mkpath("${installprivlib}/$pod", $verbose, 0777); @@ -804,10 +804,11 @@ sub installlib { return if $name =~ m{\.orig$|\.rej$|~$|^#.+#$|,v$|^\.exists|\.PL$|\.plc$|\.t$|^test\.pl$} || $dir =~ m{/t(?:/|$)}; # ignore the cpan script in lib/CPAN/bin, the instmodsh and xsubpp - # scripts in lib/ExtUtils, and the prove script in lib/Test/Harness - # as well as the corelist script from lib/Module/CoreList/bin + # scripts in lib/ExtUtils, the prove script in lib/Test/Harness, + # the corelist script from lib/Module/CoreList/bin and ptar in + # lib/Archive/Tar/bin # (they're installed later with other utils) - return if $name =~ /^(?:cpan|instmodsh|prove|corelist)\z/; + return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar)\z/; # ignore the Makefiles return if $name =~ /^makefile$/i; # ignore the test extensions