Choose Your Own Tutorial
Start Here!
Dist::Zilla is meant to make it easy to release your free software to the CPAN. Like ExtUtils::MakeMaker or Module::Build, it takes your source code and builds a tarball that can be installed by other users. Unlike those tools, though, Dist::Zilla takes care of all kinds of boring and mindless tasks so that you, the programmer, are free to just write your code.
If you'd like to learn more about how CPAN dists work, turn to page 12
If you'd like to write a new dist using Dist::Zilla, turn to page 13
If you'd like to convert an existing dist to Dist::Zilla, turn to page 4
You can fork and improve this
documentation on GitHub!