From: Karen Etheridge Date: Mon, 6 May 2013 18:35:23 +0000 (-0700) Subject: include the r/w repo spec for contributors X-Git-Tag: 5.9007~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=8a80e15e1e65e623fbfb8157cf8bed9481ec7803 include the r/w repo spec for contributors --- diff --git a/Makefile.PL b/Makefile.PL index 31fe5af..e6d337c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,6 +18,8 @@ author_requires 'Test::Pod::Coverage' => '1.04'; author_tests 't/author'; auto_install; + +# r/w: catagits@git.shadowcat.co.uk:Catalyst-Manual.git resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Manual.git'; WriteAll;