summaryrefslogtreecommitdiff
path: root/pod/perlsyn.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-09-18 18:20:57 -0600
committerKarl Williamson <khw@cpan.org>2014-09-18 18:25:59 -0600
commit845392291027b157a962eea4a4c2a97f67b995ce (patch)
treed3c26ced530d192b6cd6a0021bd6b6229f408ff7 /pod/perlsyn.pod
parent5d21685f01d5d7279cc092fc4426deaafdb89e70 (diff)
downloadperl-845392291027b157a962eea4a4c2a97f67b995ce.tar.gz
perlsyn: Remove reference to potential Unicode op
See thread beginning at http://nntp.perl.org/group/perl.perl5.porters/219796
Diffstat (limited to 'pod/perlsyn.pod')
-rw-r--r--pod/perlsyn.pod4
1 files changed, 1 insertions, 3 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod
index 73421a469d..2a5ced5303 100644
--- a/pod/perlsyn.pod
+++ b/pod/perlsyn.pod
@@ -798,9 +798,7 @@ works:
Note: Some folks colloquially refer to this bit of punctuation as a
"yada-yada" or "triple-dot", but its true name
-is actually an ellipsis. Perl does not yet
-accept the Unicode version, U+2026 HORIZONTAL ELLIPSIS, as an alias for
-C<...>, but someday it may.
+is actually an ellipsis.
=head2 PODs: Embedded Documentation
X<POD> X<documentation>