projects
/
p5sagit/Class-C3-Componentised.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
560b5ff
)
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
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
cf5ec7b
..
b23530f
100644
(file)
--- 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 = ();