the installman script was installing an empty perldoc.1 manpage.
p4raw-id: //depot/perl@20179
open SCRIPTS, "utils.lst" or die "Can't open utils.lst: $!";
while (<SCRIPTS>) {
next if /^#/;
- next if /#\s*pod\s*=/; # Binary programs need separate treatment
+ next if /#\s*pod\s*=/; # The pods are provided separately
chomp;
if (/(\S*)\s*#\s*link\s*=\s*(\S*)/) {
push @scripts, $1;
utils/libnetcfg
utils/perlbug
utils/perlcc
-utils/perldoc
+utils/perldoc # pod = pod/perldoc.pod
utils/perlivp
utils/piconv
utils/pl2pm