ext/PerlIO-via/t/via.t See if PerlIO::via works
ext/PerlIO-via/via.pm PerlIO layer for layers in perl
ext/PerlIO-via/via.xs PerlIO layer for layers in perl
+ext/Pod-Html/Html.pm Convert POD data to HTML
+ext/Pod-Html/t/htmlescp.pod pod2html escape test input data
+ext/Pod-Html/t/htmlescp.t pod2html escape test
+ext/Pod-Html/t/htmllink.pod pod2html link test input data
+ext/Pod-Html/t/htmllink.t pod2html link test
+ext/Pod-Html/t/htmlview.pod pod2html render test input data
+ext/Pod-Html/t/htmlview.t pod2html render test
+ext/Pod-Html/t/pod2html-lib.pl pod2html testing library
ext/POSIX/hints/bsdos.pl Hint for POSIX for named architecture
ext/POSIX/hints/dynixptx.pl Hint for POSIX for named architecture
ext/POSIX/hints/freebsd.pl Hint for POSIX for named architecture
lib/perl5db/t/taint Tests for the Perl debugger
lib/PerlIO.pm PerlIO support module
lib/Pod/Functions.pm used by pod/splitpod
-lib/Pod/Html.pm Convert POD data to HTML
lib/Pod/t/eol.t end of line agnosticism
lib/Pod/t/Functions.t See if Pod::Functions works
-lib/Pod/t/htmlescp.pod pod2html escape test input data
-lib/Pod/t/htmlescp.t pod2html escape test
-lib/Pod/t/htmllink.pod pod2html link test input data
-lib/Pod/t/htmllink.t pod2html link test
-lib/Pod/t/htmlview.pod pod2html render test input data
-lib/Pod/t/htmlview.t pod2html render test
lib/Pod/t/InputObjects.t See if Pod::InputObjects works
-lib/Pod/t/pod2html-lib.pl pod2html testing library
lib/Pod/t/Select.t See if Pod::Select works
lib/Pod/t/Usage.t See if Pod::Usage works
lib/Pod/t/utils.t Test for Pod::ParseUtils
my($podfile, $testname) = @_;
my $cwd = Cwd::cwd();
- my $base_dir = catdir $cwd, updir(), "lib", "Pod";
- my $new_dir = catdir $base_dir, "t";
+ my $new_dir = catdir $cwd, "t";
my $infile = catfile $new_dir, "$podfile.pod";
my $outfile = catfile $new_dir, "$podfile.html";
Pod::Html::pod2html(
"--podpath=t",
- "--podroot=$base_dir",
+ "--podroot=$cwd",
"--htmlroot=/",
"--infile=$infile",
"--outfile=$outfile"