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 => "htmldir2", description => "test --htmldir and --htmlroot 2a", expect => $expect_raw, p2h => { podpath => 't', htmldir => 't', quiet => 1, }, debug => $debug, }; xconvert($args); $args = { podstub => "htmldir2", description => "test --htmldir and --htmlroot 2b", expect => $expect_raw, p2h => { podpath => 't', quiet => 1, }, debug => $debug, }; xconvert($args); my $cwd = cwd(); $args = { podstub => "htmldir2", description => "test --htmldir and --htmlroot 2c", expect => $expect_raw, p2h => { podpath => 't', podroot => $cwd, norecurse => 1, # testing --norecurse, too quiet => 1, }, debug => $debug, }; xconvert($args); done_testing; __DATA__ htmldir - Test --htmldir feature

NAME

htmldir - Test --htmldir feature

LINKS

Normal text, a link to nowhere,

a link to perlvar-copy,

htmlescp,

"Another Head 1" in feature,

and another "Another Head 1" in feature.