X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8e1b2bc0ddc6ff72c2f64d1ac32c9f664aad9aaf;hb=47cede3dc7cd480eb566a4eb4cfca05e87ab2df8;hp=c27a65a5648e7e9df9245528e3337a128a178aa0;hpb=319ec618c5f6a72703a84e3105926fe0ba1cf105;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Makefile.PL b/Makefile.PL index c27a65a..8e1b2bc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,6 +11,7 @@ all_from 'lib/Catalyst/Plugin/Authentication.pm'; requires 'Catalyst::Runtime'; requires 'Class::Inspector'; +requires 'MRO::Compat'; requires 'Catalyst::Plugin::Session' => '0.10'; test_requires 'Test::More';