There's no official channel for bug reports. I'm not sure what you submitted or where you submitted it to. Some authors use RT, some don't. It's not a single system. Three bug reports isn't a big number considering the size of CPAN and the number of reports that authors do reply to.

All you know is that you got no response. Email is quickly becoming unreliable because people not only filter their own mail, but upstream portions are filtering mail too. You don't know if anyone got the message, if they got the message and ignored it, got the message and forgot about it, and so on. If you don't get a response, try another way.

The PAUSE system (because we're really not talking about CPAN) does not have a single point of failure as you describe. Some modules have only one maintainer, but the system allows for multiple maintainers. The system can handle multiple maintainers just fine. This isn't a problem with the system. Look at Parrot, for instance. They have a different release manager every month.

You don't want just anyone to upload any module. We'd quickly make CPAN useless as no one would know which version of a module to use. Do we use your version, or Joe's version, or Bob's version? Don't be too quick to change things because there is something you don't like. Anything new will have its own set of problems.

You can always make local patches as the PAUSE admins figure things out.

Next time, you might choose a better subject line for your patch. Instead of "minor improvement", which means to me as an author that it's not urgent and I can think about it later, actually say why I would apply that patch, "Avoid warning when $foo is undefined". Even then, minor changes like that sometimes don't warrant a new release each time, so some authors save up everything for the next release.

--
brian d foy <brian@stonehenge.com>
Subscribe to The Perl Review

In reply to Re: Losing faith in CPAN - unresponsive module authors by brian_d_foy
in thread Losing faith in CPAN - unresponsive module authors by andreas1234567

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.