X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=d785b4a0c004dd3a73a4a02e4b7c77b95a3a971f;hp=6f834b74b47130abc25fbad1f1fb8444e3701b6f;hb=6f1f968a6bc42bf4a4b50a1ee22d3aaecd801876;hpb=84ff88cf89ff12ce25b7a9e9748a077427a10c9a diff --git a/Makefile.PL b/Makefile.PL index 6f834b7..d785b4a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,7 +32,7 @@ requires 'Tree::Simple' => '1.15'; requires 'Tree::Simple::Visitor::FindByPath'; requires 'URI' => '1.35'; requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness - +requires 'MRO::Compat'; if (-e 'inc/.author') { build_requires 'Test::Perl::Critic';