perldelta: Add future deprecation text about \Q
authorKarl Williamson <public@khwilliamson.com>
Fri, 11 May 2012 16:25:15 +0000 (10:25 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 11 May 2012 16:47:58 +0000 (10:47 -0600)
pod/perldelta.pod

index bc55782..3ec21aa 100644 (file)
@@ -682,6 +682,15 @@ The removal of this will allow extensions to pattern syntax, and better
 error checking of existing syntax.  See L<perlre/Quantifiers> for an
 example.
 
+=item *
+
+Revamping C<< "\Q" >> semantics in double-quotish strings when combined with other escapes
+
+There are a number of bugs and inconsistencies involving combinations
+of C<\Q> and  excapes like C<\x>, C<\L>, etc., within a C<\Q...\E> pair.
+These need to be fixed, and doing so will necessarily change current
+behavior.  The changes have not yet been settled.
+
 =back
 
 =head1 Incompatible Changes