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

后端 未结 7 1612
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 02:15

    The post above mentioning Devel::Prof probably really means Devel::Cover (to get the code coverage of a test suite).

    0 讨论(0)
提交回复
热议问题