summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-CBuilder
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2013-04-13 17:45:10 +0100
committerJames E Keenan <jkeenan@cpan.org>2013-04-14 06:52:59 +0100
commit262731eedb57f5384b69ab925580eb75e90180b7 (patch)
tree364f1eab0d4f48823041c07c3078e9dcdc13b445 /dist/ExtUtils-CBuilder
parentffc8163459b527fe692284958365016d02c16c86 (diff)
downloadperl-262731eedb57f5384b69ab925580eb75e90180b7.tar.gz
Subject: [PATCH] Update INSTALLDIRS to favor installation under 'site'.
For: RT #116479
Diffstat (limited to 'dist/ExtUtils-CBuilder')
-rw-r--r--dist/ExtUtils-CBuilder/Makefile.PL1
-rw-r--r--dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/dist/ExtUtils-CBuilder/Makefile.PL b/dist/ExtUtils-CBuilder/Makefile.PL
index e6b1d16c3a..57014a3e39 100644
--- a/dist/ExtUtils-CBuilder/Makefile.PL
+++ b/dist/ExtUtils-CBuilder/Makefile.PL
@@ -15,6 +15,7 @@ my %WriteMakefileArgs = (
"ExtUtils::MakeMaker" => "6.30"
},
"EXE_FILES" => [],
+ "INSTALLDIRS" => ($] < 5.011 ? 'perl' : 'site'),
"LICENSE" => "perl",
"PREREQ_PM" => {
"Cwd" => 0,
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
index ad2ea0d568..1caba9c3df 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
@@ -6,7 +6,7 @@ use File::Basename ();
use Perl::OSType qw/os_type/;
use vars qw($VERSION @ISA);
-$VERSION = '0.280209';
+$VERSION = '0.280210';
$VERSION = eval $VERSION;
# We only use this once - don't waste a symbol table entry on it.