BEGIN { use File::Spec::Functions ':ALL'; @INC = map { rel2abs($_) } (qw| ./lib ./t/lib ../../lib |); } use strict; use warnings; use Test::More; use Testing qw( setup_testing_dir xconvert ); use Cwd; my $debug = 0; my $startdir = cwd(); END { chdir($startdir) or die("Cannot change back to $startdir: $!"); } my ($expect_raw, $args); { local $/; $expect_raw = ; } my $tdir = setup_testing_dir( { debug => $debug, } ); $args = { podstub => "poderr", description => "pod error section", expect => $expect_raw, debug => 1, }; xconvert($args); done_testing; __DATA__

NAME

Test POD ERROR section

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 5:

You can't have =items (as at line 9) unless the first thing after the =over is an =item