From 5af59aa283a861292e1b79402af1c551e493e0f8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 29 May 2019 08:37:54 +0000 Subject: Makefile.PL: enable prove warnings We already "use warnings" everywhere, but could miss some spots. This ought to cover that, and usually Perl module authors are consistent about avoiding warnings that we won't clutter our test outputs. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index f79697ba..b1274ad1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -69,7 +69,7 @@ check-manifest :: MANIFEST if git ls-files >\$?.gen 2>&1; then diff -u \$? \$?.gen; fi check:: pure_all check-manifest - \$(EATMYDATA) prove -lv -j\$(N) + \$(EATMYDATA) prove -lvw -j\$(N) lib/PublicInbox/UserContent.pm :: contrib/css/216dark.css \$(PERL) -I lib \$@ \$? -- cgit v1.2.3-24-ge0c7