Subject: | t/15-handle-email.t fails on some systems |
On some of my smoker systems the test suite fails:
...
{header_from} must be a valid RFC 822 Email Address at /usr/home/cpansand/.cpan/build/2018120506/Log-Fine-0.65-2/blib/lib/Log/Fine.pm line 396.
Log::Fine::_fatal(Log::Fine::Handle::Email=HASH(0x4277b510), "{header_from} must be a valid RFC 822 Email Address") called at /usr/home/cpansand/.cpan/build/2018120506/Log-Fine-0.65-2/blib/lib/Log/Fine/Handle/Email.pm line 289
Log::Fine::Handle::Email::_init(Log::Fine::Handle::Email=HASH(0x4277b510)) called at /usr/home/cpansand/.cpan/build/2018120506/Log-Fine-0.65-2/blib/lib/Log/Fine.pm line 213
Log::Fine::new("Log::Fine::Handle::Email", "name", "email11", "mask", 14, "subject_formatter", Log::Fine::Formatter::Template=HASH(0x41a08a98), "body_formatter", ...) called at t/15-handle-email.t line 68
# Looks like your test exited with 255 just after 4.
t/15-handle-email.t ............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/9 subtests
...
However I did not find out under which circumstances this happens...