How to write Perl modules for CPAN the modern way
How to write Perl modules for CPAN the modern way
Hi! I’ve submitted a few Perl modules to CPAN, but it’s been a while. Previously I had used Dist::Zilla, but now I’ve seen a few other things like like Dist::Milla, App::git::ship, and ShipIt, to name a few.
I’m not clear on all of the differences on these, or why I would use one over the other. Does anyone have any suggestions for the best modern way to write perl modules?