Hi Yaroslav, I'm one of the PAUSE admins.
You've done a number of releases of your "config" distribution, but you may have noticed that it's never been indexed by PAUSE, which means it doesn't show up in your list of releases on MetaCPAN, for example: https://metacpan.org/author/DART This is because your distribution is called "config" and it contains a module called "config", but someone else already has an indexing permission on Config, and package names are treated case insensitively by PAUSE. The easiest way to resolve this is to rename your module (and distribution) to use a name that doesn't already have an indexing permission assigned. I noticed there is Config::Constants, which I think has a similar goal with yours? Maybe you could call yours Constant::FromFile or something like that? Cheers, Neil