X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=Makefile.PL;h=e146bf30a7338c1efe7f3344dc2a6d71f328fa01;hp=6285099b5a7cee4dbe1344d78ab0205b9e70cef2;hb=refs%2Ftags%2Fv0.10;hpb=d6bdceb56cfd2e82ac86f5249bce3ed0faf70f6d diff --git a/Makefile.PL b/Makefile.PL index 6285099..e146bf3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,7 @@ all_from 'lib/Catalyst/Plugin/Session/State/Cookie.pm'; requires 'Catalyst' => '5.7010'; requires 'Catalyst::Plugin::Session' => '0.19'; requires 'Test::MockObject' => '1.01'; +requires 'MRO::Compat'; auto_install; WriteAll;