问题描述
我在不同时间阅读了 Dist :: Zilla .我从未对自己的理解充满信心.
I have read, at various times, both the documentation and a number of blog posts on Dist::Zilla. I have never felt confidence in my understanding of it.
在回答另一个问题时,@ Ether提出了将 Crypt-SSLeay 转换为使用Dist::Zilla
的可能性.
In response to another question, @Ether raised the possibility of converting Crypt-SSLeay to use Dist::Zilla
.
那么,在哪里可以找到简洁的指南,向我展示如何转换现有的CPAN模块以使用Dist::Zilla
?这个问题有道理吗?
So, where can I find a concise guide showing me how to convert an existing CPAN module to use Dist::Zilla
? Does the question even make sense?
Crypt-SSLeay
的Makefile.PL
做了大量工作(很多事情似乎是不必要的,我正在尝试修剪)以查找特定于平台的include
和lib
目录,以推断出OpenSSL的版本在要安装它的机器上.如果我使用Dist::Zilla
,如何包含该功能?
The Makefile.PL
for Crypt-SSLeay
does a lot of work (a lot of it seems unnecessary and I am trying to prune it) to find platform specific include
and lib
directories, to deduce the version of OpenSSL on the machine where it is being installed. How can I include that functionality if I use Dist::Zilla
?
推荐答案
到目前为止,这些网站是我发现最有帮助的网站,因为我正处于转换CPAN发行版的过程中,我坚持使用它,学习运动.我还没到那儿,但是到目前为止我还没有碰到任何超级棘手的东西!
These are the sites I have found the most helpful so far, as I'm in the middle of converting a CPAN distribution I comaintain to use it, as a learning exercise. I'm not there yet, but I haven't hit any super tricky bits so far!
- Dist :: Zilla官方站点的选择您自己的教程有关
- CPAN Dist :: Zilla :: Tutorial
- Dave Golden的为什么我使用Dist :: Zilla
- The official Dist::Zilla site's Choose your own tutorial's guide to Converting an existing distribution
- CPAN Dist::Zilla::Tutorial
- Dave Golden's Why I'm using Dist::Zilla
此外,irc.perl.org上的#toolchain和#distzilla频道充满了乐于助人的人,包括Dist :: Zilla和其他相关工具的作者.
Also, the #toolchain and #distzilla channels on irc.perl.org are full of helpful people, including the authors for Dist::Zilla and other related tools.
这篇关于在哪里可以找到将现有CPAN模块转换为使用Dist :: Zilla的简明指南?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!