]> Sergey Matveev's repositories - public-inbox.git/commitdiff
Makefile.PL: enable prove warnings
authorEric Wong <e@80x24.org>
Wed, 29 May 2019 08:37:54 +0000 (08:37 +0000)
committerEric Wong <e@80x24.org>
Wed, 29 May 2019 08:37:54 +0000 (08:37 +0000)
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

index f79697ba22960b22a25c283a48450a730478015b..b1274ad11482ba16bd990a87b877eb870d66d9d5 100644 (file)
@@ -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 \$@ \$?