stevan / p5-App-Critique

An incremental refactoring tool for Perl powered by Perl::Critic
3 stars 4 forks source link

Fixed option ordering so implied options comes before the option it i… #24

Closed stuartskelton closed 8 years ago

stuartskelton commented 8 years ago

…mplies.

Currently when with the debug flag I get

perl -Mlocal::lib=../p5-App-Critique/local ../p5-App-Critique/bin/critique init --force -d The 'debug' parameter ("1") to "eval" did not pass the 'debug implies verbose=1' callback: option specification for debug implies that verbose should be set to '1', but it is '0' already.

stevan commented 8 years ago

Oh very nice, I had no idea ordering mattered. Thanks!