Hi there, I'm actually working on a Perl implementation of a client for Centrifugo ( https://github.com/centrifugal/centrifugo or https://fzambia.gitbooks.io/centrifugal/content/ )
I already have a working basis, and I plan to deploy it on CPAN, thus I'd like some advice to choose the name of the module. I know that creating new root-level names is sometimes not a good idea, however, I think that Centrifugo::Client would be ok in this case (as the aim of this module is ovious : "providing a Perl client implementation for Centrifugo"). Anyway, even if I use Perl for several years, it will be my first attemps to release a public CPAN module, so it's kinda impressing, and I don't want to make things wrong (even if I know I will, but at least, I'd like to avoid this as I can) Thanks for your help and advice. Benoît PS : by the way, the code is already available on github. This repository WILL be cleaned, as until now it was a mix of the module and an app using the module. This part will be remove from the repo asap : https://github.com/Orabig/centrifugo-perl-client