summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-10-18 18:20:24 +0100
committerNicholas Clark <nick@ccl4.org>2010-10-18 18:20:24 +0100
commit0c96a22802acb568889a21eca98ad406b17f4740 (patch)
tree3dd8127c0f1d4d77cdc042e590675fef58205961
parentdaec24988e24c01ab264ee5b01da03f539b58741 (diff)
downloadperl-0c96a22802acb568889a21eca98ad406b17f4740.tar.gz
Tweak t/porting/dual-life.t for the file renames in 463da0ac9e3d63ff.
podlators 2.4.0 renamed scripts/pod2*.PL to scripts/pod2*
-rw-r--r--t/porting/dual-life.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/dual-life.t b/t/porting/dual-life.t
index 5d4c45eb12..09d3beeb9f 100644
--- a/t/porting/dual-life.t
+++ b/t/porting/dual-life.t
@@ -29,7 +29,7 @@ foreach (qw (podchecker podselect pod2usage)) {
$dist_dir_exe{lc "$_.PL"} = "../cpan/Pod-Parser/$_";
};
foreach (qw (pod2man pod2text)) {
- $dist_dir_exe{lc "$_.PL"} = "../cpan/podlators/$_";
+ $dist_dir_exe{$_} = "../cpan/podlators/$_";
};
$dist_dir_exe{'pod2html.pl'} = '../ext/Pod-Html';