Subject: | t/05_utils_pod fails with Pod::Parser 1.36 installed |
After installing Pod::Parser 1.36, Perl::Critic test t/05_utils_pod.t
fails test 32. The test was run against Perl::Critic 1.094001. The
output of the failing test is:
t/05_utils_pod................................1/62
# Failed test 'get_pod_section_from_string('=head1 FOO ... =head2
BAR', 'FOO')'
# at t/05_utils_pod.t line 262.
# got: 'FOO
# Some plain text.
#
# BAR
# '
# expected: 'FOO
# Some plain text.
#
# BAR
#
# '
# Looks like you failed 1 test of 62.
t/05_utils_pod................................ Dubious, test returned 1
(wstat 256, 0x100)
Failed 1/62 subtests