Subject: | Could modules used inside an exclusded module be checked? |
I got burnt with Test::CGI::Multipart. This has a module Utils in t/lib
which is of course excluded from prerequisite testing -- not least
because it is actually shipped with the module. However Perl6::Slurp is
used from within Utils and this build dependency got missed in version
v0.0.1.
Probably even smarter behaviour would be to recognise that modules in
the t directory are actually being shipped with the module.