There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

SYNOPSIS

To create a release candidate branch

git rc

To make the release from release candidate branch and tag it

git release --version {your version number} --tag

Steps:

1. merge the release candidate branch to master. 2. tag it.