Subject: | t/02main.t may fail |
The t/02main.t test seems to fail under some configurations. On my
system it fails with 5.11.5 and 5.12.0-RC0, but not with 5.10.1. In the
CPAN Testers matrix I see similar failures also for older perls, so I
don't think it is a 5.12.x issue.
I rewrote the test to dump the contents of $modules:
not ok 2 - find_sources(explicit modules)
# Failed test 'find_sources(explicit modules)'
# at t/XXX.t line 76.
# $VAR1 = {
# './bin/mapmodules' => [
# './bin/mapmodules',
# './t/project/bin/mapmodules'
# ],
# 'Module::Mapper' => [
# './lib/Module/Mapper.pm',
# './t/project/blib/Module/Mapper.pm',
# './lib/Module/Mapper.pod',
# './t/project/blib/Module/Mapper.pod'
# ]
# };
So File::Path is completely missing here.
Regards,
Slaven