Not the same thing as "How to challenge a cpan-testers test result?",
but related, perhaps.
On my most recent release to CPAN, everybody is complaining --
t/html.........ok
t/options......Can't locate version.pm in @INC (@INC contains: lib...
t/html says: use version; our $VERSION = qv('1.0');
t/options says: use version; our $VERSION = qv('1.0.1');
So is there any way that I can figure out why it is found in one case,
but not in the other. Needless to say, version.pm is called out in the
Makefile.PL, and the test passes on my 5.10.0.
Thanks.