There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

print "# Testing default behavior (parse_empty_lists( FALSE )) ...\n";

is( $x->_out($pod), '<Document><over-block indent="4"><over-block indent="4"><over-block indent="4"></over-block></over-block></over-block></Document>' );

print "# Testing explicit parse_empty_lists( FALSE ) ...\n";

is( $x->_out(\&off, $pod), '<Document><over-block indent="4"><over-block indent="4"><over-block indent="4"></over-block></over-block></over-block></Document>' );

print "# Testing parse_empty_lists( TRUE ) ...\n";

is( $x->_out(\&on, $pod), '<Document><over-block indent="4"><over-block indent="4"><over-block indent="4"><over-empty indent="4"></over-empty><over-empty indent="4"></over-empty></over-block></over-block></over-block></Document>' );

1 POD Error

The following errors were encountered while parsing the POD:

Around line 34:

=back doesn't take any parameters, but you said =back POD