From: David Golden <dagolden@cpan.org>
Date: Fri, 18 Jun 2010 22:57:51 +0000 (-0400)
Subject: document missing space after regex pattern in perldelta
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7c8a36d1711b0d18bcec53042196356cab2edf34;p=p5sagit%2Fp5-mst-13.2.git

document missing space after regex pattern in perldelta
---

diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod
index ea53bee..3dcbe9f 100644
--- 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