Dist::Zilla
This package uses Dist::Zilla.
- Install
Dist::Zilla, e.g.,$ cpanm Dist::Zilla - Also install all prerequisites for running it:
$ dzil authordeps | cpanm -n
Forking and pull requests
Fork the repository.
- For any new feature, add a test to
t/test.t. - Before issuing a pull request, make sure all tests pass, with
$ dzil test