From: Hans Dieter Pearcey Date: Sat, 28 Mar 2009 20:18:34 +0000 (-0400) Subject: add repo X-Git-Tag: 0.72~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=38c3a9b2841e1f056bf201c987dc0b9c16fafbb5 add repo --- diff --git a/Makefile.PL b/Makefile.PL index cbc6a06..82e9a87 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -42,5 +42,7 @@ feature 'XML::Simple (text/xml) support', auto_include; auto_install; +repository('http://github.com/hdp/catalyst-action-rest'); + WriteAll;