diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2004-06-06 17:28:55 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-06-09 19:47:47 +0000 |
commit | 6a36df5d7e529256a38c33741243c396982a60b8 (patch) | |
tree | f88b919f190e3f53d563abf424e29a968d3701cd | |
parent | a835f506297cdcfea7880c5f4f50b8ee686582a8 (diff) | |
download | perl-6a36df5d7e529256a38c33741243c396982a60b8.tar.gz |
Re: [perl #30045] Transliteration replacement not terminated message obscure
Message-ID: <20040607072854.GB1028@efn.org>
p4raw-id: //depot/perl@22923
-rw-r--r-- | pod/perldiag.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e23036e183..67ef45a8d2 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3824,8 +3824,8 @@ C<$tr> or C<$y> may cause this error. =item Transliteration replacement not terminated -(F) The lexer couldn't find the final delimiter of a tr/// or tr[][] -construct. +(F) The lexer couldn't find the final delimiter of a tr///, tr[][], +y/// or y[][] construct. =item '%s' trapped by operation mask |