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.07~4 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;ds=sidebyside;h=fcb4a4b30e76dfd3ce75cdd619674280e9f59e20;hp=fa5334799838382278e1c11242e94f09e9518e3d;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git Point the repository to the gitweb instead of the bare repo --- diff --git a/Makefile.PL b/Makefile.PL index ab02c44..f5cc4da 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,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", }, );