From: Arthur Axel 'fREW' Schmidt Date: Sat, 16 Apr 2011 21:01:04 +0000 (-0500) Subject: fix repo url X-Git-Tag: v0.10003~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fremotes%2Forigin%2Fmaster;p=p5sagit%2FClass-Accessor-Grouped.git fix repo url --- diff --git a/Makefile.PL b/Makefile.PL index 726b26e..7a29932 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,8 +32,7 @@ if (-e 'MANIFEST.SKIP') { auto_install; -resources repository => -'http://dev.catalyst.perl.org/repos/bast/Class-Accessor-Grouped/trunk'; +resources repository => 'git://git.shadowcat.co.uk/p5sagit/Class-Accessor-Grouped.git'; WriteAll; if ($Module::Install::AUTHOR) {