Subject: | New warnings with newer perls |
Running the test suite with a recent perl (5.23.4) shows new warnings:
* Possible precedence issue with control flow operator at /tmpfs/.cpan-build/2015110809/Test-HTML-Differences-0.03-sRAAQD/inc/Test/Builder.pm line 915.
* Redundant argument in sprintf at /tmpfs/.cpan-build/2015110809/Test-HTML-Differences-0.03-sRAAQD/inc/Spiffy.pm line 225.
It seems that the bundled modules in inc/ need an update. Or don't bundle the modules at all and use configure_requires instead if needed.