Fix spelling
[catagits/Catalyst-Component-ACCEPT_CONTEXT.git] / Makefile.PL
index d173933..888e483 100644 (file)
@@ -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;