<URL: https://rt.cpan.org/Ticket/Display.html?id=99432 >
On 2015-04-23 03:15:09, DOLMEN wrote: > Le 2014-10-11 16:07:28, MSOUTH a écrit : > > Hi, > > Hi, > > My Git::Sub module injects functions in the git:: (lower case) > namespace. > > So that is on purpose that I have $git::VERSION set in Git::Sub, in > order to > reserve the git:: namespace on PAUSE. > > But my distribution is a bit special as I reserve the 'git::' > namespace without > providing a git.pm file. I don't intend to provide one just to leave > filesystem > space for Git.pm (on case-sensitive filesystems). > > PAUSE tells me that I have rights on git:: and you have rights on > Git:: so I > don't see an issue. > https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=ml&pause99_peek_perms_query=git > https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=ml&pause99_peek_perms_query=Git Namespaces in PAUSE are case-insensitive, because some filesystems are case-insensitive. However, it looks like the 06perms.txt file (and the underlying database) are organized in a case sensitive fashion, so it looks like the two modules are entirely separate, but they're not. I'm cc-ing [email protected] as it looks like you'll need to get this sorted out at the PAUSE level.
