diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-05 14:19:08 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-05 14:19:08 +0100 |
commit | 33c64ab22a4a0f496017dca0dbf7da214054ffdd (patch) | |
tree | 416dceffd9c527d969e002834be48111b8993aeb /t/porting | |
parent | bab7aada2e9c0074c39ee39ffeb3b8e6c550b204 (diff) | |
download | perl-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.t | 1 |
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; |