From: Peter Rabbitson Date: Thu, 25 Sep 2014 11:59:55 +0000 (+0200) Subject: Even though MRO::C is a dep of Moo, specify it explicitly X-Git-Tag: v1.79~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=f3ccfdca18202f0fc60ffcfc1ecdf467907164a2 Even though MRO::C is a dep of Moo, specify it explicitly Some folks do this http://cpanratings.perl.org/dist/SQL-Abstract#9620 --- diff --git a/Makefile.PL b/Makefile.PL index 7281315..3a60511 100644 --- 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;