There's a head-scratching CPAN testers report out there that shows a
bunch of test failures because it can't load Email::Valid, when it's
clearly listed as a prereq. Maybe there was some version of Email::Valid
that was problematic?
It does seem odd that it would fail randomly though. Do you have
different sets of Perl libraries?
Gerda
You could try running moose-outdated. I'd also try updating things like
Module::Runtime, Class::Load, and B::Hooks::EndOfScope.
You might also try getting more information. Running the FormHandler
test suite might be useful. If you can get in a situation where it
regularly fails, loading the fields yourself might make the real error
more accessible.
Gerda