This is not a big deal, but is confusing me.
According to the docs, both of these should turn off Perl::Critic within
foo():
1) sub foo { ## no critic
2) sub foo {
## no critic
But I'm finding that only the former works. Is there something about
the #2 form that I'm missing? (This is with the most recent
Perl::Critic and perl 5.8.5.)
-- Mike F.