From: Vincent Pit <vince@profvince.com>
Date: Thu, 16 Apr 2009 22:43:53 +0000 (+0200)
Subject: Point the repository to the gitweb instead of the bare repo
X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=5bb5e2ff9bff2152971bd6a5a673643ed18c9a4a;p=perl%2Fmodules%2FSub-Nary.git

Point the repository to the gitweb instead of the bare repo
---

diff --git a/Makefile.PL b/Makefile.PL
index 4ac4acd..ac941d3 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",
  },
 );