From: Tomas Doran Date: Tue, 27 Sep 2011 14:40:56 +0000 (+0100) Subject: Add repos info X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalystX-HelpText.git;a=commitdiff_plain;h=b25e84cfca007d82c90240c728af962776812239 Add repos info --- diff --git a/Makefile.PL b/Makefile.PL index fbadb27..a80495a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,7 +22,7 @@ author_requires 'Test::Pod' => '1.14'; author_tests 't/author'; -resources repository => 'git://somewhere.com/myproject.git'; +resources repository => 'git://git.shadowcat.co.uk/catagits/CatalystX-HelpText'; if ($Module::Install::AUTHOR) { system("pod2text lib/CatalystX/HelpText.pm > README")