At various times, I read both the documentation and a number of blog posts on Dist :: Zilla . I have never felt confident in my understanding of this.
In response to another question, @Ether raised the possibility of Crypt-SSLeay conversion to use Dist::Zilla .
So where can I find a quick guide showing how to convert an existing CPAN module to use Dist::Zilla ? Does the question even make sense?
Update:
Makefile.PL for Crypt-SSLeay does a lot of work (many of them seem unnecessary, and I'm trying to trim them) to find the specific include and lib directories for a particular platform in order to print the version of OpenSSL on the machine on which it is installed. How to enable this functionality if I use Dist::Zilla ?
perl cpan dist-zilla
Sinan ΓnΓΌr
source share