From: Tomas Doran Date: Sat, 23 May 2009 11:09:06 +0000 (+0000) Subject: Add repository resource to all the MI Makefile.PLs X-Git-Tag: v0.26~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Model-DBIC-Schema.git;a=commitdiff_plain;h=ef2aec64fcb8aa8165b78a9155d66dde63060bff Add repository resource to all the MI Makefile.PLs --- diff --git a/Makefile.PL b/Makefile.PL index 0e9596e..66139cc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,4 +37,6 @@ if(-e 'MANIFEST.SKIP') { auto_provides; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Model-DBIC-Schema/'; + WriteAll;