Subject: | Breaks with Test::More alphas |
see https://github.com/Test-More/test-more/issues/500
Basically a new version of Test::More will come out in the near future. This version changes Test::More such that it no longer uses Exporter.pm to do its exporting. As a result alterations made to functions in the Test::More package do not get exported, instead the original is always exported.