From: Arthur Axel 'fREW' Schmidt Date: Sat, 16 Apr 2011 21:04:32 +0000 (-0500) Subject: fix repo url X-Git-Tag: v1.001000~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fremotes%2Forigin%2Fmaster;p=p5sagit%2FClass-C3-Componentised.git fix repo url --- diff --git a/Makefile.PL b/Makefile.PL index b9eea7e..d826e7d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,4 +22,6 @@ requires 'Test::Exception'; # will need adjustment if the require is removed requires 'Class::C3' => '0.20'; +resources repository => 'git://git.shadowcat.co.uk/p5sagit/Class-C3-Componentised.git'; + WriteAll;