]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - Makefile.PL
Kwalitee test overhaul
[perl/modules/rgit.git] / Makefile.PL
index ef489917b59408de7c73da224a11b33d2f655bc9..9d6696796b8591a1a705b515b3ad5f2161c7a4d0 100644 (file)
@@ -24,7 +24,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%2Fmodules%2F$dist.git",
  },
 );
 
@@ -44,6 +44,7 @@ WriteMakefile(
         'File::Spec::Functions' => 0,
         'Object::Tiny'          => 0,
         'POSIX'                 => 0,
+        'base'                  => 0,
     },
     MIN_PERL_VERSION => 5.008,
     META_MERGE       => \%META,