X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=888e48391f20a16de81cb1e045615101aa2c5fca;hb=31cbbd3383b45ed2677ce1ddc9c51e58bbc24dbd;hp=d173933aaee6f0d6d16fc23e454b1cfc1fed69eb;hpb=75f37967953d7c4558c4e4bfd6525e2afc61fd7c;p=catagits%2FCatalyst-Component-ACCEPT_CONTEXT.git diff --git a/Makefile.PL b/Makefile.PL index d173933..888e483 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,11 @@ all_from 'lib/Catalyst/Component/ACCEPT_CONTEXT.pm'; requires 'Catalyst'; requires 'Scalar::Util'; +requires 'MRO::Compat'; build_requires 'Devel::Cycle'; + +resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Component-ACCEPT_CONTEXT'; + auto_install; WriteAll;