Subject: | claims to need Test::Exception when it really needs Test::Warn |
skip message in t/03components.t is confusing:
skip 'These tests require Test::Exception', 9
unless eval "use Test::Warn; 1";
it errors when Test::Warn isn't there, but says Test::Exception is needed.