From: Eric Wong Date: Wed, 29 May 2019 08:37:54 +0000 (+0000) Subject: Makefile.PL: enable prove warnings X-Git-Tag: v1.2.0~214 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=5af59aa283a861292e1b79402af1c551e493e0f8;hp=f8fb6c1e6d50c2dc3467c27a397f9c3c95b75b81;p=public-inbox.git 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. --- 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 \$@ \$?