On Thu, Jan 23, 2020 at 3:04 PM James E Keenan <jkee...@pobox.com> wrote:
> 3. Assume that I am the co-maintainer of the distribution but have > rights to push to the original author's repository, which will remain > the canonical repository. How do I then get the CPAN release to show up > under my CPAN ID (JKEENAN)? > Not sure I understand the question here. The CPAN release and its upload has nothing to do with the source repository, and will be entirely up to the PAUSE credentials you use when doing `dzil release`. The metadata referring to the GitHub repository is, in this case, controlled by the use of the [MetaResources] plugin, so if that repository is still being used then no change is needed there. -Dan