Some of the newly-added *.pl deprecation warnings result in contamination of the test output: lib/bigfloatpl................................................The 'bigint.pl' legacy library is deprecated and will be removed in the next major release of perl. Please use the Math::BigInt module instead. at ../lib/bigint.pl line 13. The 'bigfloat.pl' legacy library is deprecated and will be removed in the next major release of perl. Please use the Math::BigFloat module instead. at ../lib/bigfloat.pl line 14. ok lib/bigintpl..................................................The 'bigint.pl' legacy library is deprecated and will be removed in the next major release of perl. Please use the Math::BigInt module instead. at ../lib/bigint.pl line 13. ok lib/Time/Local................................................The 'timelocal.pl' legacy library is deprecated and will be removed in the next major release of perl. Please use the Time::Local module instead. at ../lib/timelocal.pl line 22. ok The attached patch 'fixes' these.Thread Next