TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Lessons learned publishing my first CPAN module

49 点作者 knighthacker超过 11 年前

3 条评论

tantalor超过 11 年前
Author forgot to mention that CPAN modules are automatically tested on various platforms and different Perl versions.<p>The test matrix, <a href="http://www.cpantesters.org/distro/W/WebService-NationBuilder.html?oncpan=1&amp;distmat=1&amp;version=0.0105" rel="nofollow">http:&#x2F;&#x2F;www.cpantesters.org&#x2F;distro&#x2F;W&#x2F;WebService-NationBuilder...</a><p>The test itself, <a href="https://metacpan.org/source/AANARI/WebService-NationBuilder-0.0105/t/01-basic.t" rel="nofollow">https:&#x2F;&#x2F;metacpan.org&#x2F;source&#x2F;AANARI&#x2F;WebService-NationBuilder-...</a>
评论 #7187935 未加载
jitl超过 11 年前
While the CPAN process is quick and easy to publish modules and get code from the web, it still lacks an &quot;uninstall&quot; function. There are a number of ad-hoc tools that (attempt to) uninstall CPAN modules, but the package manager itself has only the install action [0].<p>Using the system package manager has worked much better for me.<p>[0]: <a href="http://stackoverflow.com/questions/2626449/how-can-i-de-install-a-perl-module-installed-via-cpan" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;2626449&#x2F;how-can-i-de-inst...</a>
评论 #7186329 未加载
jey超过 11 年前
People still use Perl?
评论 #7187474 未加载