Add repository resource to all the MI Makefile.PLs
[p5sagit/Config-Any.git] / Makefile.PL
index fea0aea..28fac16 100644 (file)
@@ -14,4 +14,6 @@ requires 'Module::Pluggable' => '3.01';
 test_requires 'Test::More';
 
 auto_install;
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Config-Any/';
+
 WriteAll;