Devel::Cover Release Process
-
Update Changes
- Add important changes
- Credit the author as appropriate
- Include github and RT numbers
-
Check it in
git commit -m "Add Changes" Changes
-
Update Contributors
-
Check it in
git commit -m "Update Contributors" Contributors
-
Update
$Latest_tinMakefile.PL- Update test for obsolete development version skipping via
$LATEST_RELEASED_PERLvariable in Devel::Cover::Test.pm - Update version number in
Makefile.PL
- Update test for obsolete development version skipping via
-
Check it in
git commit -am "Bump version number"
-
Run basic tests
perl Makefile.PL && makemake test
-
Test against all versions
make all_test
-
Return to base perl version
perl Makefile.PL && make
-
If there's a new stable release of perl:
dc install_dzil
-
Make the release
dzil release