From 6a36df5d7e529256a38c33741243c396982a60b8 Mon Sep 17 00:00:00 2001 From: Yitzchak Scott-Thoennes Date: Sun, 6 Jun 2004 17:28:55 -0700 Subject: [PATCH] Re: [perl #30045] Transliteration replacement not terminated message obscure Message-ID: <20040607072854.GB1028@efn.org> p4raw-id: //depot/perl@22923 --- pod/perldiag.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e23036e..67ef45a 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 -- 2.7.4