Revert "add missing Class::Method::Modifiers dependency (RT#80310)"
[gitmo/Role-Tiny.git] / Makefile.PL
index 7628592..680e5f6 100644 (file)
@@ -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' ]
+    }
+  },
 );