]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/blobdiff - Makefile.PL
base.pm is also a dependency
[perl/modules/Linux-SysInfo.git] / Makefile.PL
index 5ae1d12e48ebabf5947f666bce8720391bf85fc8..efea305d6021e66880f433e29692a723fb736939 100644 (file)
@@ -1,3 +1,5 @@
+use 5.006;
+
 use strict;
 use warnings;
 use ExtUtils::MakeMaker;
@@ -18,7 +20,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",
  },
 );
 
@@ -32,14 +34,15 @@ WriteMakefile(
     PREREQ_PM        => {
         'Exporter' => 0,
         'XSLoader' => 0,
+        'base'     => 0,
     },
-    MIN_PERL_VERSION => 5.005,
+    MIN_PERL_VERSION => 5.006,
     META_MERGE       => \%META,
     dist             => {
         PREOP    => 'pod2text lib/Linux/SysInfo.pm > $(DISTVNAME)/README',
         COMPRESS => 'gzip -9f', SUFFIX => 'gz',
     },
     clean            => {
-        FILES => "$dist-* *.gcov *.gcda *.gcno cover_db"
+        FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
     },
 );