diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-15 02:41:58 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-15 02:41:58 +0000 |
commit | 2072e2ebd308690ed7ca6a7bf8c91f02415d7aed (patch) | |
tree | 051c5ca4ce1910143237cc92caf129a28ce98436 /pod/pod2man.PL | |
parent | f9f4790fc02ee8e9c1e953973bc4c1cb491bac45 (diff) | |
download | perl-2072e2ebd308690ed7ca6a7bf8c91f02415d7aed.tar.gz |
[win32] merge changes#922,944,949,965,970 from maintbranch
p4raw-link: @970 on //depot/maint-5.004/perl: 5362f8886d6c3fb908c863d910b1a158479419e2
p4raw-link: @965 on //depot/maint-5.004/perl: 8472ac73d6d802946d766b5459d2d9c334889a3f
p4raw-link: @949 on //depot/maint-5.004/perl: 4b161ae29769b4a3eb304314bbbfe5969417c8ec
p4raw-link: @944 on //depot/maint-5.004/perl: fa366f5fbba3f21113f9677105663454a3e0b678
p4raw-link: @922 on //depot/maint-5.004/perl: 68daf0ababdc0e913335a90c4361b792b2715301
p4raw-id: //depot/win32/perl@978
Diffstat (limited to 'pod/pod2man.PL')
-rw-r--r-- | pod/pod2man.PL | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pod/pod2man.PL b/pod/pod2man.PL index 42ad9f917c..e7edf1f5e8 100644 --- a/pod/pod2man.PL +++ b/pod/pod2man.PL @@ -1050,10 +1050,6 @@ sub mkindex { my ($entry) = @_; my @entries = split m:\s*/\s*:, $entry; push @Indices, ".IX Xref " . join ' ', map {qq("$_")} @entries; - for $entry (@entries) { - print qq("$entry" ); - } - print "\n"; return ''; } |