projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b5a576d
)
Even though MRO::C is a dep of Moo, specify it explicitly
Peter Rabbitson [Thu, 25 Sep 2014 11:59:55 +0000 (13:59 +0200)]
Some folks do this http://cpanratings.perl.org/dist/SQL-Abstract#9620
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
7281315
..
3a60511
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-19,6
+19,7
@@
dynamic_config 0;
requires 'List::Util' => 0;
requires 'Scalar::Util' => 0;
requires 'Exporter' => 5.57;
+requires 'MRO::Compat' => 0.12;
requires 'Moo' => 1.004002;
requires 'Hash::Merge' => 0.12;