in reply to Re: Re: Re: Re: Which name for a new cpan module?
in thread Which name for a new cpan module?

thanks for your enlightment

Originaly Ivy.pm was only function based and it was only possible to use one Ivy bus. It has been extended so that this functionnal interface still works, but usually we are now using a class/instance interface style. Usually there is only one instance of Ivy bus. I think the main exception is when we developped some GUI applications plug-in's. In those plug-ins' a new part of the GUI is added as an external module, and this GUI part is communicating through new instances of Ivy.

In my current knowledge of perl and according many responses to my quest, I am sure building a full wrapper is possible. The real point now is whether it is worth such complexity as currently this module is quiet simple to understand. My feelings are it does not deserve such complexity if the Ivy name could become a new root name in the CPAN.

Any way, I will ask the question on the appropriate mailing list on the CPAN.

  • Comment on Re: Re: Re: Re: Re: Which name for a new cpan module?