You still have first-come permissions on List::Util::PP and the other Scalar-List-Utils modules, so you are the only person who can manage the permissions for them. It would probably make sense to transfer those permissions to Paul Evans for List::Util, List::Util::XS, and Scalar::Util, since he is maintaining them now. And I would obviously like to take over List::Util::PP.
Alternatively, you should be able to authorize an administrator to make those transfers. On Thu, Jun 29, 2017 at 12:59 PM, Graham Barr <gb...@pobox.com> wrote: > Graham, > > I have not been the maintainer of these namespaces for a long time. I have > not even used perl for a while so I do not know who maintains these now. > Look of CPAN for who last uploaded and contact them > > Graham > > > On Tue, Jun 27, 2017, at 20:04, Graham Knop wrote: >> I'd like to release a CPAN module called List::Util::MaybeXS, which >> would use List::Util but fall back on List::Util::PP for functions not >> included in the installed version of List::Util. This would allow >> code to use the newer functions implemented in List::Util without >> relying on a compiler. >> >> I would prefer to use List::Util::PP as module with the fallback >> implementations. The code I have now is based partly on the >> List::Util::PP that used to be included in Scalar-List-Utils but now >> is not on CPAN. Could I get co-maint (or even first-come) permissions >> on List::Util::PP for this? >