]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commit5af59aa283a861292e1b79402af1c551e493e0f8
treeff46c98f3b94910eb319663b0592c5737b61baa1
parentf8fb6c1e6d50c2dc3467c27a397f9c3c95b75b81
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