X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=af4d5bec8200b8091d4e7abf61aa1999b5fe3e9e;hb=0ee1bd42cb95cd594e777fa676e80cddc66e0393;hp=e5a581873de3aac86f9313925991333e08ed21f6;hpb=9cbdcc82c8d6331794a1427a53252b3b2b71e248;p=gitmo%2FRole-Tiny.git diff --git a/Makefile.PL b/Makefile.PL index e5a5818..af4d5be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,6 +16,7 @@ WriteMakefile( NAME => 'Role::Tiny', VERSION_FROM => 'lib/Role/Tiny.pm', PREREQ_PM => { + 'Class::Method::Modifiers' => '1.10', ($] >= 5.010 ? () : ('MRO::Compat' => 0)), ($mymeta_works ? () : (%BUILD_DEPS)), }, @@ -28,4 +29,9 @@ WriteMakefile( }, }, + META_MERGE => { + no_index => { + directory => [ 'xt' ] + } + }, );