We are using at CENA a perl module called Ivy.pm for more than 5 years now.

It was proven to be very powerfull for developping multi-agents /multi-plateform prototypes. In facts it is a software bus, very easy to use. It works on many languages and many architectures. added explanations: A new agent on the bus just connect, subscribes to messages through simple regexp (part of the regexp being given as arguments to callback) and send messages. Messages are text, and as any agent can subscribe to any regexp, it is very easy to use and add new agents.

Ivy is already freely available on our web site (thx to adrianh for the correction), but has never been uploaded on the CPAN. My question relates to the module name. In-house, we could hardly change this module name because it is used in more than 50 applications and in more than 10 teams.

So I can only see two ways to upload this usefull module:

  • we upload the module with this root name: Ivy
  • we upload the module in a subhierarchy Xxx::Ivy but we need to build a wrapper for our own needs... This solution seems to be a bit tricky and I fear this could be error-prone.

    Do you have some suggestions?


    In reply to Which name for a new cpan module? by christopheM

    Title:
    Use:  <p> text here (a paragraph) </p>
    and:  <code> code here </code>
    to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.