gpt4 book ai didi

perl - 如何在 Windows 上的 Komodo IDE 5.1 中启用 PerlCritic 支持?

转载 作者:行者123 更新时间:2023-12-04 14:53:00 28 4
gpt4 key购买 nike

我正在尝试在 Komodo 中启用 PerlCritic 支持。

Komodo IDE 5.1 (Win 32) 的制造商 ActiveState 的官方说法是:

“要启用 PerlCritic 支持,请安装 'Perl-Critic' 和 'criticism' 模块。”

好吧,安装 Perl-Critic 是小菜一碟:

ppm install Bundle-Perl-Critic

但是,我搜索了 PPM4 中的每个存储库(touchelle 和通常的嫌疑人),他们似乎没有名为“批评”的模块。我已经使用 CPAN 和 PPM 安装了很多模块,但这个模块被证明是迄今为止最难以捉摸的。我在这里错过了什么吗?

有没有人在 Windows 上的 Komodo 5.1 中启用 PerlCritic 支持?希望能从你那听到答复。该功能在 MacOS 和 Linux 中完美运行……嗯。

alt text

最佳答案

criticism 模块在 CPAN 上可用,并用作 pragma。

基本上,在代码中使用 pragma 会通过 Perl::Critic 运行代码。在每次执行之前,它是使用 perlcritic 的替代方法命令行工具。

这是文档中的一个异常(exception):

This pragma enforces coding standards and promotes best-practices by running your file through Perl::Critic before every execution. In a production system, this usually isn't feasible because it adds a lot of overhead at start-up. If you have a separate development environment, you can effectively bypass the criticism pragma by not installing Perl::Critic in the production environment. If Perl::Critic can't be loaded, then criticism just fails silently.

关于perl - 如何在 Windows 上的 Komodo IDE 5.1 中启用 PerlCritic 支持?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1409097/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com