From: Graham Knop Date: Thu, 15 Feb 2018 17:22:00 +0000 (+0100) Subject: add dynamic_config, x_static_install, x_authority meta options X-Git-Tag: v1.001002~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b160b7ebd554dc639293ebb813e0fcbae1c998f5;p=p5sagit%2FClass-C3-Componentised.git add dynamic_config, x_static_install, x_authority meta options --- diff --git a/Makefile.PL b/Makefile.PL index cf5ec7b..b23530f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -51,6 +51,9 @@ my %META = ( no_index => { directory => [ 't', 'xt' ] }, + x_authority => "cpan:FREW", + dynamic_config => 0, + x_static_install => 1, ); my %MM_ARGS = ();