projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e6897b1
)
document missing space after regex pattern in perldelta
David Golden [Fri, 18 Jun 2010 22:57:51 +0000 (18:57 -0400)]
pod/perl5132delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perl5132delta.pod
b/pod/perl5132delta.pod
index
ea53bee
..
3dcbe9f
100644
(file)
--- a/
pod/perl5132delta.pod
+++ b/
pod/perl5132delta.pod
@@
-241,7
+241,9
@@
The following items are now deprecated.
=item *
-XXX
+Omitting a space between a regex pattern or pattern modifiers and the following
+word is deprecated. For example, C<< m/foo/sand $bar >> will still be parsed
+as C<< m/foo/s and $bar >> but will issue a warning.
=back