summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-03-15 08:19:14 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-03-15 08:19:14 +0000
commitcd48280b896659ad29681ee2ef8ae2f2f10a8752 (patch)
tree5a6d49b9f75df719e737d191846757c96ad784b9 /Changes
parentea8ae489b8bf21511451c0ae78ebd48b717da772 (diff)
downloadperl-cd48280b896659ad29681ee2ef8ae2f2f10a8752.tar.gz
Added warning about fixed /x regexps -- # now always starts a comment
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 72a76032cc..64b9398770 100644
--- a/Changes
+++ b/Changes
@@ -884,6 +884,8 @@ NETaa14697: regexp comments were sometimes wrongly treated as literal text
From: Tom Christiansen
Files patched: regcomp.c
The literal-character grabber didn't know about extended comments.
+ N.B. '#' is treated as a comment character whenever the /x option is
+ used now, so you can't include '#' as a simple literal in /x regexps.
(By the way, Tom, the boxed form of quoting in the previous enclosure is
exceeding antisocial when you want to extract the code from it.)