![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re^3: Module Change Logby stevieb (Canon) |
on Sep 13, 2022 at 16:03 UTC ( #11146863=note: print w/replies, xml ) | Need Help?? |
I wrote Dist::Mgr for this exact reason. It comes with a distmgr binary that does all the work. It extends Module::Starter for distribution creation, and it automates everything else. Adds Github Actions workflow, adds CI and coverage badges, adds repository information. It has a 'release' feature which runs tests, ensures the MANIFEST is up to date, updates the Changes file automatically with the date and version, pushes to Github to run CI tests, then finally, if all is well, it pushes it onto the CPAN. A 'cycle' feature bumps version number information, prepares the Changes file for the next version's changes etc. I've been using it for a few years now. It's how I manage all of my Perl distributions.
In Section
Seekers of Perl Wisdom
|
|