Hi Tim,
I’m one of the PAUSE admins, and I’m working on resolving conflicts caused by
PAUSE now considering package names case insensitively. This has left us with
some situations where people are owners of namespaces previously considered
distinct, and now considered the same.
You have ownership of the package name “stash”, which now conflicts with
“Stash”, which is owned by PMURIAS.
You have ownership of this because your Gantry distribution has a module
Gantry::Stash, which starts with:
package Gantry::Stash;
package stash;
If you dropped the “package stash” line, this would keep the package name
within your namespace. Would you be happy to do a release with this change
please?
Regardless, I’d like to drop your permissions on the “stash” namespace, to
resolve the conflict. This won’t stop Gantry from being indexed, and won’t stop
people from being able to install it, so there isn’t really any reason to not
do this now. But I wanted to check you’re happy for me to do this?
PAUSE doesn’t let situations like this occur any more — I’m working on
resolving the existing cases.
Cheers,
Neil