]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blobdiff - Makefile.PL
Point the repository to the gitweb instead of the bare repo
[perl/modules/Lexical-Types.git] / Makefile.PL
index 710fb1ea0e43cb03fc952460552b9c1bcfc76e04..288e8e2c72bb3fe03e6b050f137c71ebb7ed498d 100644 (file)
@@ -13,12 +13,13 @@ my %META = (
  build_requires => {
   'ExtUtils::MakeMaker' => 0,
   'Test::More'          => 0,
+  'constant'            => 0,
  },
  resources => {
   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",
  },
 );