warning for split(/.../g, ...);
[p5sagit/p5-mst-13.2.git] / pod / perldelta.pod
index 27823a7..f5d98ef 100644 (file)
@@ -559,8 +559,12 @@ The command-line options -s and -F are now recognized on the shebang
 
 Use of the C</c> match modifier without an accompanying C</g> modifier
 elicits a new warning: C<Use of /c modifier is meaningless without /g>.
+
 Use of C</c> in substitutions, even with C</g>, elicits 
-C<Use of /c modifier is meaningless in s///>.
+C<Use of /c modifier is meaningless in s///>.  
+
+Use of C</g> with C<split> elicits <Use of /g modifier is meaningless
+in split>.
 
 =back