Hi,
No changes in functionality from version 0.47.
Test::Warn is now used by the C/t/08taint.t test script to suppress the
warnings that were being emitted, and also to check that those warnings are
as expected.
It comes at the extra cost of having Test::Warn as a dependency - which, I
think, is a small price to pay.
The noisiness of the previous versions of 08taint.t was disconcerting to
some people - and it was suggested to me after 0.47 was released that
Test::Warn could be used to both suppress and verify the warnings that the
test script emitted.
This release was made in the spirit of "keeping those customers happy".
Cheers,
Rob