Dist::Zilla
Dist::Zilla is a program to make it easier to write, package, manage, and release free software. It's targeted at libraries written in the Perl programming language and released to the CPAN. If you release software to the CPAN, Dist::Zilla can probably save you a lot of work. It has plugins to automate dozens of boring steps including:
- adding copyright and license notices
- determining prerequisites
- building Makefile.PL or Build.PL install tools
- tagging releases in your source code control
- uploading to the CPAN
- adding stock tests for compilation, documentation, and style
- simplifying the documentation process
- managing version numbers
Site Contents
Other Resources
- External articles
- Dist::Zilla on GitHub
- there is a mailing list; you can join or just read the archives
- the #distzilla channel on irc.perl.org
You can fork and improve this
documentation on GitHub!