diff options
-rw-r--r-- | MANIFEST | 16 | ||||
-rwxr-xr-x | Porting/Maintainers.pl | 4 | ||||
-rw-r--r-- | ext/Pod-Html/Html.pm (renamed from lib/Pod/Html.pm) | 0 | ||||
-rw-r--r-- | ext/Pod-Html/t/htmlescp.pod (renamed from lib/Pod/t/htmlescp.pod) | 0 | ||||
-rw-r--r-- | ext/Pod-Html/t/htmlescp.t (renamed from lib/Pod/t/htmlescp.t) | 5 | ||||
-rw-r--r-- | ext/Pod-Html/t/htmllink.pod (renamed from lib/Pod/t/htmllink.pod) | 0 | ||||
-rw-r--r-- | ext/Pod-Html/t/htmllink.t (renamed from lib/Pod/t/htmllink.t) | 5 | ||||
-rw-r--r-- | ext/Pod-Html/t/htmlview.pod (renamed from lib/Pod/t/htmlview.pod) | 0 | ||||
-rw-r--r-- | ext/Pod-Html/t/htmlview.t (renamed from lib/Pod/t/htmlview.t) | 5 | ||||
-rw-r--r-- | ext/Pod-Html/t/pod2html-lib.pl (renamed from lib/Pod/t/pod2html-lib.pl) | 5 |
10 files changed, 14 insertions, 26 deletions
@@ -3240,6 +3240,14 @@ ext/PerlIO-via/hints/aix.pl Hint for PerlIO::via for named architecture 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 @@ -3668,17 +3676,9 @@ lib/perl5db/t/symbol-table-bug Tests for the Perl debugger 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 diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index e8243c4a24..da78945f8b 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1687,6 +1687,7 @@ use File::Glob qw(:case); ext/ODBM_File/ ext/Opcode/ ext/POSIX/ + ext/Pod-Html/ ext/PerlIO-encoding/ ext/PerlIO-scalar/ ext/PerlIO-via/ @@ -1739,14 +1740,11 @@ use File::Glob qw(:case); lib/Net/servent.{pm,t} lib/PerlIO.pm lib/Pod/Functions.pm - lib/Pod/Html.pm lib/Pod/t/Functions.t lib/Pod/t/InputObjects.t lib/Pod/t/Select.t lib/Pod/t/Usage.t lib/Pod/t/eol.t - lib/Pod/t/html* - lib/Pod/t/pod2html-lib.pl lib/Pod/t/utils.t lib/Search/Dict.{pm,t} lib/SelectSaver.{pm,t} diff --git a/lib/Pod/Html.pm b/ext/Pod-Html/Html.pm index 6174dd7457..6174dd7457 100644 --- a/lib/Pod/Html.pm +++ b/ext/Pod-Html/Html.pm diff --git a/lib/Pod/t/htmlescp.pod b/ext/Pod-Html/t/htmlescp.pod index c901314c76..c901314c76 100644 --- a/lib/Pod/t/htmlescp.pod +++ b/ext/Pod-Html/t/htmlescp.pod diff --git a/lib/Pod/t/htmlescp.t b/ext/Pod-Html/t/htmlescp.t index 95942cdf9e..3314829dfd 100644 --- a/lib/Pod/t/htmlescp.t +++ b/ext/Pod-Html/t/htmlescp.t @@ -1,10 +1,7 @@ #!/usr/bin/perl -w # -*- perl -*- BEGIN { - chdir 't' if -d 't'; - unshift @INC, '../lib'; - unshift @INC, '../lib/Pod/t'; - require "pod2html-lib.pl"; + require "t/pod2html-lib.pl"; } use strict; diff --git a/lib/Pod/t/htmllink.pod b/ext/Pod-Html/t/htmllink.pod index db2f98402b..db2f98402b 100644 --- a/lib/Pod/t/htmllink.pod +++ b/ext/Pod-Html/t/htmllink.pod diff --git a/lib/Pod/t/htmllink.t b/ext/Pod-Html/t/htmllink.t index ab1179656a..592fef3262 100644 --- a/lib/Pod/t/htmllink.t +++ b/ext/Pod-Html/t/htmllink.t @@ -1,10 +1,7 @@ #!/usr/bin/perl -w # -*- perl -*- BEGIN { - chdir 't' if -d 't'; - unshift @INC, '../lib'; - unshift @INC, '../lib/Pod/t'; - require "pod2html-lib.pl"; + require "t/pod2html-lib.pl"; } use strict; diff --git a/lib/Pod/t/htmlview.pod b/ext/Pod-Html/t/htmlview.pod index 2ac15d36fe..2ac15d36fe 100644 --- a/lib/Pod/t/htmlview.pod +++ b/ext/Pod-Html/t/htmlview.pod diff --git a/lib/Pod/t/htmlview.t b/ext/Pod-Html/t/htmlview.t index 03fe6e572b..dc15c6b194 100644 --- a/lib/Pod/t/htmlview.t +++ b/ext/Pod-Html/t/htmlview.t @@ -1,10 +1,7 @@ #!/usr/bin/perl -w # -*- perl -*- BEGIN { - chdir 't' if -d 't'; - unshift @INC, '../lib'; - unshift @INC, '../lib/Pod/t'; - require "pod2html-lib.pl"; + require "t/pod2html-lib.pl"; } use strict; diff --git a/lib/Pod/t/pod2html-lib.pl b/ext/Pod-Html/t/pod2html-lib.pl index db33f7d5eb..2259d4528e 100644 --- a/lib/Pod/t/pod2html-lib.pl +++ b/ext/Pod-Html/t/pod2html-lib.pl @@ -7,14 +7,13 @@ sub convert_n_test { 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" |