Are there any good automated frameworks for applying coding standards in Perl?

后端 未结 7 1610
Happy的楠姐
Happy的楠姐 2021-01-05 01:22

One I am aware of is Perl::Critic

And my googling has resulted in no results on multiple attempts so far. :-(

Does anyone have any recommendations here?

7条回答
  •  星月不相逢
    2021-01-05 01:57

    There is perltidy for most stylistic standards. perlcritic can be easily configured using a .perlcritic file. I personally use the it at level one, but I've disabled a few policies.

提交回复
热议问题