Hi Reiner, > I tried to upload a distribution as user CHARTGRP. > > I received the following error message. > What do I to do to solve this problem. > I never got it. > Do I miss something in 'make dist'?
The 'problem' is that PAUSE now considers package names case-insensitively when resolving permissions. The Finance::Quant module defines a package ‘chart’, so SANTEX got ownership of ‘chart’, and now when you try to upload something with ‘Chart’, it’s the same permission that’s being checked. And because someone else has permission for that package, the indexing step fails. I’ll raise an issue on Finance-Quant, and ask Hagen to refactor his dist to use package names under Finance::Quant::*. Once he’s done that he’ll need to delete all releases from CPAN that contain the ‘chart’ package, then free up the permission or transfer it to you. Please bear with us while I try to get this resolved as quickly as possible. Neil