diff options
Diffstat (limited to 'dist/B-Lint/lib/B/Lint.pm')
-rw-r--r-- | dist/B-Lint/lib/B/Lint.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/B-Lint/lib/B/Lint.pm b/dist/B-Lint/lib/B/Lint.pm index 9db07ead38..9cfac3f1dc 100644 --- a/dist/B-Lint/lib/B/Lint.pm +++ b/dist/B-Lint/lib/B/Lint.pm @@ -584,7 +584,7 @@ PRIVATE_NAMES: { DOLLAR_UNDERSCORE: { # Warn on uses of $_ with a few exceptions. I'm not warning on - # $_ inside grep, map, or statement modifer foreach because + # $_ inside grep, map, or statement modifier foreach because # they localize $_ and it'd be impossible to use these # features without getting warnings. |