summaryrefslogtreecommitdiff
path: root/t/porting
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-10-05 14:19:08 +0100
committerNicholas Clark <nick@ccl4.org>2010-10-05 14:19:08 +0100
commit33c64ab22a4a0f496017dca0dbf7da214054ffdd (patch)
tree416dceffd9c527d969e002834be48111b8993aeb /t/porting
parentbab7aada2e9c0074c39ee39ffeb3b8e6c550b204 (diff)
downloadperl-33c64ab22a4a0f496017dca0dbf7da214054ffdd.tar.gz
Move pod2html.PL into ext/Pod-Html
Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than repeating the logic in (at least) 5 places.
Diffstat (limited to 't/porting')
-rw-r--r--t/porting/dual-life.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/porting/dual-life.t b/t/porting/dual-life.t
index 6e28763a2b..5d4c45eb12 100644
--- a/t/porting/dual-life.t
+++ b/t/porting/dual-life.t
@@ -31,6 +31,7 @@ foreach (qw (podchecker podselect pod2usage)) {
foreach (qw (pod2man pod2text)) {
$dist_dir_exe{lc "$_.PL"} = "../cpan/podlators/$_";
};
+$dist_dir_exe{'pod2html.pl'} = '../ext/Pod-Html';
my @programs;