Subject: | Pod test fails |
The currently indexd Erlang-Parser (version 0.5, which might not be the intended latest version; see the other ticket in RT) fails the pod test:
...
# Failed test 'POD test for blib/lib/Erlang/Parser/Parser.pm'
# at /usr/perl5.25.1p/lib/site_perl/5.25.1/Test/Pod.pm line 187.
# blib/lib/Erlang/Parser/Parser.pm (373): =over without closing =back
# Failed test 'POD test for blib/lib/Erlang/Parser/Lexer.pm'
# at /usr/perl5.25.1p/lib/site_perl/5.25.1/Test/Pod.pm line 187.
# blib/lib/Erlang/Parser/Lexer.pm (177): =over without closing =back
# Looks like you failed 2 tests of 38.
t/pod.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/38 subtests
...