X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=680e5f64ca360fa8948cf28bd716797593162dde;hb=76acfa6c8aca484921a7fd50332d85e366d2b30a;hp=e5a581873de3aac86f9313925991333e08ed21f6;hpb=9cbdcc82c8d6331794a1427a53252b3b2b71e248;p=gitmo%2FRole-Tiny.git diff --git a/Makefile.PL b/Makefile.PL index e5a5818..680e5f6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,4 +28,9 @@ WriteMakefile( }, }, + META_MERGE => { + no_index => { + directory => [ 'xt' ] + } + }, );