summaryrefslogtreecommitdiff
path: root/cpan/Encode/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Encode/Makefile.PL')
-rw-r--r--cpan/Encode/Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Encode/Makefile.PL b/cpan/Encode/Makefile.PL
index f12f02d1ca..fab6914ff7 100644
--- a/cpan/Encode/Makefile.PL
+++ b/cpan/Encode/Makefile.PL
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.PL,v 2.9 2012/08/15 05:36:16 dankogai Exp dankogai $
+# $Id: Makefile.PL,v 2.10 2013/02/18 02:23:56 dankogai Exp dankogai $
#
use 5.007003;
use strict;
@@ -45,7 +45,7 @@ WriteMakefile(
INC => '-I' . File::Spec->catfile( '.', 'Encode' ),
LICENSE => 'perl',
PMLIBDIRS => \@pmlibdirs,
- INSTALLDIRS => 'perl',
+ INSTALLDIRS => ($] < 5.011 ? 'perl' : 'site'),
);
package MY;