Requiring v5.12, which looks like it only replaces the use strict line, now breaks URI (libwww-perl/URI#166), which has a minimum versions of v5.8. This means the tests won't pass on v5.8 or v5.10. And LWP, which advertises a minimum perl version of v5.8, depends on URI.
My preference would be for URI to not use Test::Fatal, but beyond that I think this sort of change could use some coordination with stakeholders so they can decide before the builds break.
Requiring v5.12, which looks like it only replaces the
use strictline, now breaks URI (libwww-perl/URI#166), which has a minimum versions of v5.8. This means the tests won't pass on v5.8 or v5.10. And LWP, which advertises a minimum perl version of v5.8, depends on URI.My preference would be for URI to not use Test::Fatal, but beyond that I think this sort of change could use some coordination with stakeholders so they can decide before the builds break.