summaryrefslogtreecommitdiff
path: root/pod/pod2man.PL
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>1998-07-11 00:09:57 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-07-11 19:05:00 +0000
commit7427f721d18faacc3417ba22d9eb45bf2efdd2e9 (patch)
tree327e8e102389c795b3eab7c21f2aa010f3f36fb3 /pod/pod2man.PL
parentd7f5b6dab2a427b08f79704a287bcc3f5231f4d8 (diff)
downloadperl-7427f721d18faacc3417ba22d9eb45bf2efdd2e9.tar.gz
pod/pod2man.PL
Message-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com> p4raw-id: //depot/perl@1437
Diffstat (limited to 'pod/pod2man.PL')
-rw-r--r--pod/pod2man.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/pod/pod2man.PL b/pod/pod2man.PL
index 06e46b4295..26c9764101 100644
--- a/pod/pod2man.PL
+++ b/pod/pod2man.PL
@@ -1123,7 +1123,10 @@ sub internal_lrefs {
}
$retstr .= " entr" . ( @items > 1 ? "ies" : "y" )
- . " elsewhere in this document "; # terminal space to avoid words running together (pattern used strips terminal spaces)
+ . " elsewhere in this document";
+ # terminal space to avoid words running together (pattern used
+ # strips terminal spaces)
+ $retstr .= " " if length $trailing_and;
$retstr .= $trailing_and;
return $retstr;