In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/845392291027b157a962eea4a4c2a97f67b995ce?hp=5d21685f01d5d7279cc092fc4426deaafdb89e70>
- Log ----------------------------------------------------------------- commit 845392291027b157a962eea4a4c2a97f67b995ce Author: Karl Williamson <[email protected]> Date: Thu Sep 18 18:20:57 2014 -0600 perlsyn: Remove reference to potential Unicode op See thread beginning at http://nntp.perl.org/group/perl.perl5.porters/219796 ----------------------------------------------------------------------- Summary of changes: pod/perlsyn.pod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 73421a4..2a5ced5 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> -- Perl5 Master Repository
