Skip Menu |

This queue is for tickets about the Module-Mapper CPAN distribution.

Report information
The Basics
Id: 56069
Status: open
Priority: 0/
Queue: Module-Mapper

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Subject: t/02main.t may fail (File::Path)
I just now had this failure even though I had File::Path 2.14 installed. I ran `cpanm File::Path` and it updated me to 2.16. After that the tests succeeded. Environment: Cygwin x64, hand-built vanilla Perl 5.26.2 On Mon Mar 29 14:33:11 2010, SREZIC wrote: Show quoted text
> 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