summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-12-24 10:30:20 +0100
committerNicholas Clark <nick@ccl4.org>2011-12-24 10:30:20 +0100
commit58fce059707dac77ea143edd8332e27413bd6606 (patch)
tree5d59558693dad0dd03d5d8d8afe3038d00ece919 /installperl
parent65b228766711c90b231a55f08e90e2e1cf0c6fb7 (diff)
parent3301e5d1d80db6afd0532fdaa48c8fa8006cff23 (diff)
downloadperl-58fce059707dac77ea143edd8332e27413bd6606.tar.gz
Merge the refactoring of Pod scanning code in installman and buildtoc.
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl1
1 files changed, 0 insertions, 1 deletions
diff --git a/installperl b/installperl
index a67cd6d00e..67e17da649 100755
--- a/installperl
+++ b/installperl
@@ -116,7 +116,6 @@ my (@scripts, @tolink);
open SCRIPTS, "utils.lst" or die "Can't open utils.lst: $!";
while (<SCRIPTS>) {
next if /^#/;
- s/\s*#\s*pod\s*=.*//; # install script regardless of pod location
next if /a2p/; # a2p is binary, to be installed separately
chomp;
if (/(\S*)\s*#\s*link\s*=\s*(\S*)/) {