Mike O'Regan
Mike O'Regan
Love to have them, of course. They're not on anyone's plate at the moment, AFAIK.
FYI, Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyCommas ( http://cpansearch.perl.org/src/KRYDE/Perl-Critic-Pulp-93/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitEmptyCommas.pm ) does this, plus checks for a comma at the beginning of a list.
Normally I don't like unconditional exports, but thought this might be a case for them.
Kevin Ryde has some groovy stuff embedded in Perl::Critic::Pulp, too.
+1, @adamkennedy . A survey of services that, e.g., Perl::Critic policies ask P::C and PPI for is easy to get via NYTProf. Those plus wheels that the policies reinvent would...
Losing t::lib was based on other feedback. I'm not wedded to it myself. I can see your point about the debugger. That's a blind spot for me. In the cases...
Pull request #149 submitted to remove the PPI::Document->new timeout feature, including PPI::Exception::ParserTimeout
PPI::Exception::ParserTimeout was removed in PPI 1.224, PPI::Exception::ParserRejection was not.
Note that `|` exists in `%::`: ``` perl -WE '$| = 1; print ${"::|"}' 1 ``` but you have to use `${` to get at it. It's possible that forcing...
The toolchain gang target is currently Perl 5.8.1: https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancaster-consensus.md