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