Subject: | t/rt79214.t fails (without diagnostics) |
On some of my systems I see the following failure:
...
# Ignore messages about Can't determine language from IP 24.50.196.23. See https://rt.cpan.org/Public/Bug/Display.html?id=79214
# Failed test at t/rt79214.t line 33.
# Failed test at t/rt79214.t line 35.
# Looks like you failed 2 tests of 8.
t/rt79214.t ........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/8 subtests
...
Unfortunately there's no further diagnostics here --- maybe it would be better if the test script used
is($l->country(),'pr');
instead of
ok($l->country() eq 'pr');