Update docs, move boilerplate pod out of wrong section, remove any modules whos lates...
[catagits/Catalyst-Plugin-Authentication.git] / Makefile.PL
index 2071254..8e1b2bc 100644 (file)
@@ -11,10 +11,12 @@ 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';
 test_requires 'Test::Exception';
+test_requires 'Test::MockObject';
 
 auto_install;
 WriteAll;