]> git.vpit.fr Git - perl/modules/Bit-MorseSignals.git/blobdiff - Makefile.PL
Slashes are reserved and hence must be encoded in the search part of an URL
[perl/modules/Bit-MorseSignals.git] / Makefile.PL
index 9f6aac42634e6f4b66a80ec9001e91a3ea55816b..df6bb52683f60fd39133110fe2603a0aaf5f37c1 100644 (file)
@@ -17,7 +17,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",
  },
 );
 
@@ -41,6 +41,6 @@ WriteMakefile(
         COMPRESS => 'gzip -9f', SUFFIX => 'gz'
     },
     clean            => {
-        FILES => "$dist-* *.gcov *.gcda *.gcno cover_db"
+        FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
     },
 );