X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d785b4a0c004dd3a73a4a02e4b7c77b95a3a971f;hb=2055d9ad6304f9db74cb05ec8ee0146ce319e8e4;hp=6f834b74b47130abc25fbad1f1fb8444e3701b6f;hpb=66e67eb66f6271135230e9444ea9b4ecc57062f5;p=catagits%2FCatalyst-Runtime.git 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';