]> git.vpit.fr Git - perl/modules/with.git/blobdiff - Makefile.PL
Sort MANIFEST
[perl/modules/with.git] / Makefile.PL
index 070d4a2a5f1583ce803f41e32f641a76238c5fc9..82ab2453b993eab46874af5d1518bad1bd813856 100644 (file)
@@ -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%2Fmodules%2F$dist.git",
  },
 );
 
@@ -43,6 +43,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"
     },
 );