Subject: | t/99-pod.t fails due to non-escaped slash in the link |
0.10 POD test fails with perl 5.18 that has stricter POD parser:
$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1-business-hours.t .. ok
t/2-holidays.t ........ ok
t/99-pod-coverage.t ... ok
t/99-pod.t ............ 1/1
# Failed test 'POD test for blib/lib/Business/Hours.pm'
# at /usr/share/perl5/vendor_perl/Test/Pod.pm line 186.
# blib/lib/Business/Hours.pm (157): alternative text '/"holidays ARRAY"' contains non-escaped | or /
# blib/lib/Business/Hours.pm (179): alternative text '/"business_hours HASH"' contains non-escaped | or /
# Looks like you failed 1 test of 1.
t/99-pod.t ............ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests