The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
1. Update Changes.
  - Add important changes.
  - Credit the author as appropriate.
  - Include github and RT numbers.

2. Check it in.
  $ git commit -m "Add Changes." Changes

3. Update Contributors.

4. Check it in.
  $ git commit -m "Update Contributors." Contributors

5. Update $latest_tested in Makefile.PL.
   Update test for obsolete development version skipping in ...::Test.pm.
   Update version number in Makefile.PL.

6. Check it in.
  $ git commit -m "Bump version number." Makefile.PL

7. Run basic tests.
  $ perl Makefile.PL && make
  $ make test

8. Test against all versions.
  $ make all_test

9. Return to base perl version.
  $ perl Makefile.PL && make

10. If there's a new stable release of perl:
  $ cpan Dist::Zilla
  $ cpan `dzil authordeps --missing`

11. Make the release.
  $ dzil release

12. Push the changes.
  - The dzil Git::Push plugin hangs for me
  $ git push && git push --tags