Hi Benoît, > I'm actually working on a Perl implementation of a client for Centrifugo ( > https://github.com/centrifugal/centrifugo > <https://github.com/centrifugal/centrifugo> or > https://fzambia.gitbooks.io/centrifugal/content/ > <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.
As this is a module for talking to a web service, the usual name for this would be WebService::Centrifugo (notice the CamelCase on WebService; you’ll see there are some Webservice::* modules on CPAN (and Foo::API, API::Foo, etc), but WebService::Thing is the established convention these days. The module-auth...@perl.org <mailto:module-auth...@perl.org> is a good place to discuss things like this, as is prepan.org Cheers, Neil