in reply to Alternatives to Module::Starter

Um, I didn't write Module::Starter, but I use it often, and have had to downgrade to cpan PETDANCE/Module-Starter-1.54.tar.gz

dzil is too complicated

ttree too simple by a hair

A replacement doesn't look like much work, I'd just do it :)

Keep in mind Config::Model / config-edit#-ui

Replies are listed 'Best First'.
Re^2: Alternatives to Module::Starter
by sedusedan (Pilgrim) on Jan 17, 2012 at 06:50 UTC

    My advice is to not quickly dismiss dzil and similar distribution builder tools like ShipIt, etc.

    Sure, creating an empty distribution template takes just under a minute with module-starter (or its equivalent), and 30 minutes with dzil (or its equivalent), due to having to install more than a few dozen CPAN modules and read the documentation.

    But creating an empty distribution is the easiest part, the tip of the iceberg. And you just do it once for each distribution you create.

    The harder and more tedious part after that is building the distribution, updating the various standard files (README, MANIFEST, META.yml, etc), testing and releasing it. This needs to be done *many* times. dzil (or its equivalent) will help you automate these tasks.

    The 30 minutes that you "lost", will save you hours and hours later.

    Even if you think you will only release one distribution to CPAN, consider using a distribution builder tool anyway. Since releasing a distribution becomes so easy and quick with dzil, this will actually encourage you to release more CPAN modules. That's what happened to me. :)

      My advice is to not quickly dismiss dzil and similar distribution builder tools like ShipIt, etc.

      Spoken like someone who's never tried to bend dzil et all to his will :)

      The harder and more tedious part after that is building the distribution, updating the various standard files (README, MANIFEST, META.yml, etc), testing and releasing it. This needs to be done *many* times. dzil (or its equivalent) will help you automate these tasks.

      Heard of ExtUtils::MakeMaker or Module::Build or Module::Install? ExtUtils::MakeMaker or Module::Build or Module::Install do the updating of MANIFEST and META, dzil not required.

      Same goes for both testing and releasing

      The 30 minutes that you "lost", will save you hours and hours later.

      strawman for sure, I've yet to meet a programmer that cares how long it takes cpan/cpanp/cpanm to download/install dzil among the criteria for usefulness of dzil

      Maybe dzil saves dzil authors time, it didn't save me any, for me it was just a hassle

      Even if you think you will only release one distribution to CPAN, consider using a distribution builder tool anyway. Since releasing a distribution becomes so easy and quick with dzil, this will actually encourage you to release more CPAN modules. That's what happened to me. :)

      :) Cannot find pauseid http://search.cpan.org/~sedusedan/