gmcharlt has asked for the wisdom of the Perl Monks concerning the following question:
I'm one of the folks who hacks on a set if modules that handles a protocol used by libraries called SIP2 (not to be confused with the telephony protocol). The modules uses Net::Server.
Currently, the modules are used by one project, and a fork of them are included in another. We're planning on folding the fork back in and making the modules suitable for submission for CPAN. One issue: the modules names, "ILS" and "Sip", are clearly unsuitable.
I'd like advice on what to rename the module to. Net::SIP2::Server? Net::3MSIP2::Server? (The "3M" bit comes from the name of the company that started the protocol). Library::Net::SIP2?
If you're curious, the code can be found here:
http://git.evergreen-ils.org/?p=working/SIPServer.git;a=summary
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Naming a module that handles SIP2
by RonW (Parson) on Jul 29, 2014 at 17:01 UTC | |
Re: Naming a module that handles SIP2
by MidLifeXis (Monsignor) on Jul 29, 2014 at 16:43 UTC | |
by Anonymous Monk on Jul 29, 2014 at 19:48 UTC | |
Re: Naming a module that handles SIP2
by AppleFritter (Vicar) on Jul 29, 2014 at 16:51 UTC | |
by jhourcle (Prior) on Jul 29, 2014 at 19:17 UTC | |
Re: Naming a module that handles SIP2
by 1s44c (Scribe) on Jul 30, 2014 at 07:15 UTC |