]> git.vpit.fr Git - perl/modules/subs-auto.git/blobdiff - Makefile.PL
Don't disable dynamic_config
[perl/modules/subs-auto.git] / Makefile.PL
index 0f5fccb05ddce8e386951266605a27920b5f5a61..5a18d74e1a7a8bdd20bc9a4006c23400bf316d31 100644 (file)
@@ -27,7 +27,7 @@ my %META = (
   'Test::More'          => 0,
   %PREREQ_PM,
  },
- dynamic_config => 0,
+ dynamic_config => 1,
  resources => {
   bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist",
   homepage   => "http://search.cpan.org/dist/$dist/",
@@ -61,7 +61,7 @@ package MY;
 
 sub postamble {
  my $cv = join ' -coverage ', 'cover',
-                            qw/statement branch condition path subroutine time/;
+                            qw<statement branch condition path subroutine time>;
  <<POSTAMBLE;
 cover test_cover:
        $cv -test