On Fri, 4 Mar 2011, Richard Morse wrote:
Hi! I'm getting confused, and have a question... What is the current recommended way to create a perl module package? Module::Install, Module::Build, ExtUtils::MakeMaker, or ExtUtils::ModuleMaker?
Depends on what you need. Personally I like Dist::Zilla as it can fill in the boring boiler plate for you and automate the other boring bits. Optionally it can generate ExtUtils::MakeMaker Makefile.PLs. It's dependency heavy, but fairly easy to setup. Also has a ton of plugins. But if you want something simple stick with what will most likely work on all installs. _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

