http://qs1969.pair.com?node_id=1193711


in reply to Re: Module Starter
in thread Module Starter

I use, and have used for very many years, Module::Starter to create every single distribution I write. I know that Dist::Zilla is very actively maintained, but I use ExtUtils::MakeMaker for building instead, so I can't really comment on it specifically.

Replies are listed 'Best First'.
Re^3: Module Starter
by mpersico (Monk) on Jun 27, 2017 at 17:51 UTC

    From what I can tell on a cursory basis, Dist::Zilla will generate ExtUtils::MakeMaker code or Module::Build code, the two are not necessarily mutex. I just it just depends on how "meta" I want to get.