From e91e932c0dff2a73ed4f6b397543a1748e88a3d8 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 18 Feb 2011 07:00:12 -0700 Subject: [PATCH] perldiag.pod: Add missing phrase --- pod/perldiag.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index b3fdd5e..1102b55 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1999,7 +1999,7 @@ You had a word that isn't a regex modifier immediately following a pattern without an intervening space or you used one of the regex modifiers ("a", "d", "l", and "u") that in 5.14 are disallowed as suffixes. In that case, use the infix form, like C. In the other case, -add between the pattern and following word. As an example of the +add white space between the pattern and following word. As an example of the latter, the two constructs: $a =~ m/$foo/sand $bar -- 2.7.4