From: Vincent Pit Date: Thu, 16 Apr 2009 22:43:53 +0000 (+0200) Subject: Point the repository to the gitweb instead of the bare repo X-Git-Tag: v0.09~10 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Prototype-Util.git;a=commitdiff_plain;h=a278f444637c3c07d8c8785ba4c1936654c9a117 Point the repository to the gitweb instead of the bare repo --- diff --git a/Makefile.PL b/Makefile.PL index 4a8e2af..0198168 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,7 +19,7 @@ my %META = ( bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", homepage => "http://search.cpan.org/dist/$dist/", license => 'http://dev.perl.org/licenses/', - repository => "http://git.profvince.com/perl/modules/$dist.git", + repository => "http://git.profvince.com/?p=perl/modules/$dist.git", }, );