From e65df1b633afd7252686e25cbbe95678c897e99b Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Fri, 17 Mar 2006 11:10:41 +0000 Subject: Install POD files into "lib\pods" rather than "lib\pod" on Win32 to avoid clashing with "lib\Pod" (cf. perl change #26363) Also remove a couple of unused macros from the makefiles p4raw-link: @26363 on //depot/perl: 0661f42382c6c9047f6bb741b9d41f6f7333902f p4raw-id: //depot/perl@27530 --- installperl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installperl') diff --git a/installperl b/installperl index 919fc648bd..76d299d215 100755 --- a/installperl +++ b/installperl @@ -602,7 +602,7 @@ if ($versiononly) { # Install pod pages. Where? I guess in $installprivlib/pod # ($installprivlib/pods for cygwin). -my $pod = ($Is_Cygwin || $Is_Darwin || $Is_VMS) ? 'pods' : 'pod'; +my $pod = ($Is_Cygwin || $Is_Darwin || $Is_VMS || $Is_W32) ? 'pods' : 'pod'; if ( !$versiononly || ($installprivlib =~ m/\Q$ver/)) { mkpath("${installprivlib}/$pod", $verbose, 0777); -- cgit v1.2.1