]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - Makefile.PL
Port module loading in tests to VPIT::TestHelpers
[perl/modules/autovivification.git] / Makefile.PL
index bffe16092a728a29a3f3c75fe277cad49171ed5e..22092a07a9d987da1129adbcb082aa3ac37d5754 100644 (file)
@@ -84,14 +84,14 @@ WriteMakefile(
  PL_FILES         => {},
  @DEFINES,
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.008003,
+ MIN_PERL_VERSION => '5.008003',
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",
   COMPRESS => 'gzip -9f', SUFFIX => 'gz'
  },
  clean            => {
-  FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
+  FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt*"
  },
  %macro,
 );