add dynamic_config, x_static_install, x_authority meta options
Graham Knop [Thu, 15 Feb 2018 17:22:00 +0000 (18:22 +0100)]
Makefile.PL

index cf5ec7b..b23530f 100644 (file)
@@ -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 = ();