Dist-Zilla-Plugin-CommentOut:注释掉脚本和模块中的代码

时间:2024-05-03 13:26:48
【文件属性】:

文件名称:Dist-Zilla-Plugin-CommentOut:注释掉脚本和模块中的代码

文件大小:20KB

文件格式:ZIP

更新时间:2024-05-03 13:26:48

Perl

Dist :: Zilla :: Plugin :: CommentOut 注释掉脚本和模块中的代码 概要 [CommentOut] id = dev-only 描述 此插件使用提供的标识注释掉Perl脚本或模块中的代码行。 这使您可以在开发树中添加代码,然后在作为压缩包发布之前将其注释掉。 动机 我使用安装在有趣地方的perlbrew和/或perls,我希望能够通过git checkout树运行可执行文件,而无需在每次调用时都调用perl -Ilib 。 为此,我写了这样的东西: # !/usr/bin/env perl use strict; use warnings; use lib::findbin ' ../lib ' ; # dev-only use App::MyApp; 这很可爱,除了主要的工具链安装程序EUMM和MB将在安装发行版时将/usr/bin/perl转换


【文件预览】:
Dist-Zilla-Plugin-CommentOut-main
----.travis.yml(271B)
----author.yml(487B)
----.github()
--------workflows()
----perlcriticrc(2KB)
----t()
--------dist_zilla_plugin_commentout.t(3KB)
--------00_diag.t(1KB)
--------01_use.t(510B)
----corpus()
--------Foo-Bar-Baz1()
--------Foo-Bar-Baz()
----.gitignore(40B)
----lib()
--------Dist()
----xt()
--------author()
----README.md(3KB)
----Changes(455B)
----.gitattributes(79B)
----dist.ini(813B)

网友评论