CC: | REHSACK [...] cpan.org |
Subject: | Tests fail (without List::MoreUtils::XS?) |
On some of my smokers I see test failures which look like this:
...
Output from './Build test':
# Testing HTML::WidgetValidator 0.0.3
t/00.load.t ....................... ok
t/01.yahoo.t ......................
No subtests run
t/02.google_adsense.t .............
No subtests run
t/03.google_gadget.t ..............
No subtests run
t/04.rimo.t .......................
No subtests run
t/05.flickr.t .....................
No subtests run
t/06.goo_dictionary.t .............
No subtests run
t/07.postpet.t ....................
No subtests run
t/08.blogpet.t ....................
No subtests run
t/09.alpslab.t ....................
No subtests run
t/10.twitter.t ....................
No subtests run
(etc)
...
It seems that the failures happen only if List::MoreUtils::XS is not installed. So the question is: why is the PP version of List::MoreUtils breaking the test suite or the module?
BTW, setting the LIST_MOREUTILS_PP environment variable does not cause the test suite to fail. But hiding the XS module using Devel::Hide works --- test suite is again failing.