Skip to content

Commit d4b74ae

Browse files
committed
Install into 'site' again for Perl 5.12 and later
1 parent b6c7f4d commit d4b74ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ unless ($^O eq "MSWin32" || $^O eq "cygwin") {
1010
my %param = (
1111
NAME => 'Win32',
1212
VERSION_FROM => 'Win32.pm',
13-
INSTALLDIRS => ($] >= 5.008004 ? 'perl' : 'site'),
13+
INSTALLDIRS => ($] >= 5.008004 && $] < 5.012 ? 'perl' : 'site'),
1414
);
1515
$param{NO_META} = 1 if eval "$ExtUtils::MakeMaker::VERSION" >= 6.10_03;
1616
$param{LIBS} = ['-L/lib/w32api -lole32 -lversion'] if $^O eq "cygwin";

0 commit comments

Comments
 (0)