Add repository resource to all the MI Makefile.PLs
[catagits/Task-Catalyst.git] / Makefile.PL
index 13938d7..581abb1 100644 (file)
@@ -72,4 +72,6 @@ feature 'SQLite Support (WARNING: requires a C compiler!)',
     'DBD::SQLite' => 0;
 
 auto_install;
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Task-Catalyst/';
+
 WriteAll;