in reply to Re: Alternatives to Module::Starter
in thread Alternatives to Module::Starter
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. :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Alternatives to Module::Starter
by Anonymous Monk on Jan 17, 2012 at 08:00 UTC |