How to become a CPAN contributor
Posted on August 3, 2018. Filed under: Uncategorized | Tags: author:manwar, cpan, cpan:dist-zilla, cpan:extutils-makemaker, cpan:module-build, meta, perl, TODO |
How to become a CPAN contributor To become a CPAN contributor, you don’t need to write a new CPAN distribution, you just need to submit a change to an existing distribution that gets accepted by the author. If you’ve never gotten your hands dirty editing Perl modules, the first question that may come to mind […]
Read Full Post | Make a Comment ( Comments Off on How to become a CPAN contributor )Specifying dependencies for your CPAN distribution
Posted on May 10, 2017. Filed under: Uncategorized | Tags: author:neilb, cpan, cpan:app-modulebuildtiny, cpan:cpan-meta, cpan:dist-zilla, cpan:extutils-makemaker, cpan:minilla, cpan:module-build, cpan:module-cpanfile, cpan:module-install, perl |
Specifying dependencies for your CPAN distribution […] I’m going to show you how to specify dependencies for your CPAN distributions: the other Perl and CPAN modules that your distribution relies on. Posts in this series: An introduction to CPAN distribution metadata Dependency phases in CPAN distribution metadata Specifying the type of your CPAN dependencies Specifying […]
Read Full Post | Make a Comment ( Comments Off on Specifying dependencies for your CPAN distribution )