]> git.vpit.fr Git - perl/modules/Bit-MorseSignals.git/blobdiff - Makefile.PL
Give an explicit value to dynamic_config
[perl/modules/Bit-MorseSignals.git] / Makefile.PL
index 9f6aac42634e6f4b66a80ec9001e91a3ea55816b..5a1d869791d71dae5cdd95ae87ff7a3f9304ba66 100644 (file)
@@ -13,11 +13,12 @@ my %META = (
   'ExtUtils::MakeMaker' => 0,
   'Test::More'          => 0,
  },
+ dynamic_config => 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%2Fmodules%2F$dist.git",
  },
 );
 
@@ -33,6 +34,7 @@ WriteMakefile(
         'Encode'   => 0,
         'Exporter' => 0,
         'Storable' => 0,
+        'base'     => 0,
     },
     MIN_PERL_VERSION => 5.008,
     META_MERGE       => \%META,
@@ -41,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"
     },
 );