Added diamant-like role compositioning test
[gitmo/Role-Tiny.git] / Makefile.PL
index 7628592..4239cb9 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings FATAL => 'all';
-use 5.008001;
+use 5.006;
 use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
@@ -24,8 +24,13 @@ WriteMakefile(
   META_ADD => {
     resources => {
       # r/w: gitmo@git.shadowcat.co.uk:Role-Tiny.git
-      repository => 'git://git.shadowcat.co.uk/Role-Tiny.git',
+      repository => 'git://git.shadowcat.co.uk/gitmo/Role-Tiny.git',
     },
   },
 
+  META_MERGE => {
+    no_index => {
+      directory => [ 'xt' ]
+    }
+  },
 );