This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Time::HiRes version bump.
[perl5.git] / cpan / Compress-Raw-Bzip2 / Makefile.PL
index 8bbf3bd..efcdf3f 100644 (file)
@@ -47,7 +47,13 @@ WriteMakefile(
         : ()
     ),
 
-    INSTALLDIRS => ($] > 5.010 ? 'perl' : 'site'),
+    INSTALLDIRS => ($] > 5.010  && $] < 5.011 ? 'perl' : 'site'),
+
+    META_MERGE => {
+        no_index => {
+            directory => [ 't', 'private' ],
+        },
+    },    
 
     ((ExtUtils::MakeMaker->VERSION() gt '6.30') ?
         ('LICENSE'  => 'perl')         : ()),