Eyck has asked for the wisdom of the Perl Monks concerning the following question:

Is there some default procedure for reporting bugs in modules? Maybe there should be? As it stands now it's usually the best to just contact the author, is this by design?

Replies are listed 'Best First'.
Re: Default bug reporting procedure
by davis (Vicar) on Apr 14, 2004 at 12:10 UTC

    If the module's POD says "Please contact me in the event of finding a bug", then I'd do that. If it doesn't, there's always the option of the CPAN bug tracker


    davis
    It's not easy to juggle a pregnant wife and a troubled child, but somehow I managed to fit in eight hours of TV a day.
Re: Default bug reporting procedure
by matija (Priest) on Apr 14, 2004 at 12:16 UTC
    Well the author(s) are the people in the best position to fix the bug, aren't they?

    Having said that, as module author I prefer those bug reports that come with a patch to fix the bug... ;-)

    Although there is also rt.cpan.org, I still prefer direct mail to me.

      And if not a patch, at least a (small as possible) test case which exercises the bug (along with what you expected it to do and the output of perl -V).