Andy Lester

Results 496 comments of Andy Lester

I'm very wary of doing anything where Perl::Critic is doing parsing of what's inside the parentheses. I think it could lead us down a trail of endless pain of playing...

To be clear, I'm not saying we can't do anything until PPI can handle it. I would be fine with something like [ProhibitSubroutinePrototypes] ignore_parenthesized_stuff_after_subroutine_name = true Then folks who use...

I've updated this directly. Thanks.

Thanks, and I need something more authoritative than a bot. Some sort of docs.

Is adding `use locale;` all that's necessary to have the proper boundaries? What other effects would it have?

I'm open to any solution if we know what the ramifications are of it. So for someone who is not at all familiar with character encoding, etc, what do we...

We would also have to allow a `--nowidth` or `--width=0` so that you can override from the command line what I expect many people will do which is put a...

In this context, "text" refers to the content of the file, vs "binary". For example, a file of Python code may have a `.py` extension and can be referenced with...

> Whom are you calling hapless? (^: All of us imperfect humans. We're the reason that we need Perl::Critic.