document missing space after regex pattern in perldelta
David Golden [Fri, 18 Jun 2010 22:57:51 +0000 (18:57 -0400)]
pod/perl5132delta.pod

index ea53bee..3dcbe9f 100644 (file)
@@ -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