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

ghenry has asked for the wisdom of the Perl Monks concerning the following question:

Hi all,

Been a while, but was wondering if Module Starter is still the way to go for a new module skeleton? I'll be using Moose and probably Module::Install. Thanks.

Walking the road to enlightenment... I found a penguin and a camel on the way.....
Fancy a yourname@perl.me.uk? Just ask!!!

Replies are listed 'Best First'.
Re: Module Starter
by Perlbotics (Archbishop) on Aug 22, 2011 at 19:24 UTC

      Great, that rings a bell from #perl

      Walking the road to enlightenment... I found a penguin and a camel on the way.....
      Fancy a yourname@perl.me.uk? Just ask!!!
Re: Module Starter
by mpersico (Monk) on Jun 27, 2017 at 15:47 UTC

    Greetings.

    Now, in June 2017, are Module::Starter and Dist::Zilla still the State of the Art? Asking so that I can convert some old modules before updating.

    TIA

      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.

        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.