X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=680e5f64ca360fa8948cf28bd716797593162dde;hb=refs%2Ftags%2Fv1.002005;hp=7628592bbd5cbd9f6d85830a4862546c957f6d28;hpb=5daa18daa1983e19ea34458444ed8a56bd8ef030;p=gitmo%2FRole-Tiny.git diff --git a/Makefile.PL b/Makefile.PL index 7628592..680e5f6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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' ] + } + }, );