summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-02 22:34:51 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-03 00:23:47 -0800
commit820438b1f224ac22cc138dae059e571dce74deb0 (patch)
tree5cfb6d912cfdf21de1cbf6eac1090e08e8263328 /toke.c
parent52ed07f6cefce274b246146dd14fc3fc836677f6 (diff)
downloadperl-820438b1f224ac22cc138dae059e571dce74deb0.tar.gz
Change wording of \E warning
following Karl Williamson’s suggestion.
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index 701338f372..a40dd39acf 100644
--- a/toke.c
+++ b/toke.c
@@ -4503,7 +4503,7 @@ Perl_yylex(pTHX)
else if ( PL_bufptr != PL_bufend && PL_bufptr[1] == 'E' ) {
/* Got an unpaired \E */
Perl_ck_warner(aTHX_ packWARN(WARN_MISC),
- "Found \\E without a preceding case modification or quoted section");
+ "Useless use of \\E");
}
#ifdef PERL_MAD
while (PL_bufptr != PL_bufend &&