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.1006~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-LDAP.git;a=commitdiff_plain;h=1338323b977111cfabe38f3b999a9838a81c6a1f Add repository resource to all the MI Makefile.PLs --- diff --git a/Makefile.PL b/Makefile.PL index da8d1d6..9ad5c76 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,5 +17,7 @@ build_required('Test::Exception'); auto_install(); +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Store-LDAP/trunk/'; + &WriteAll;