It will take less of your time if:

If the module is complex, you will probably spend less time in the long run if you provide good documentation, including tutorials. Of course, there's always the users who don't read any documentation you give them, or who don't understand what you've written.

Of my three CPAN modules, one (Algorithm::Diff) has a (relatively) simple interface, one (Archive::Zip) is complex and has a big interface, and the last (Class::Prototyped has a relatively simple interface, but no one seems to be able to understand its use.

Of the three, Archive::Zip takes most of my support time (it is also the most popular). I didn't realize how popular it was until CPAN screwed up their index generation and CPAN.pm started telling people to contact me for distributions <g>.

I would estimate that I have to answer 15 emails per week about the three modules. Occasionally I get one that causes me to have to work (like adding code to Archive::Zip that would repair damage caused by the Sircam virus).


In reply to Re: Module authors & time demands by bikeNomad
in thread Module authors & time demands by perigeeV

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.