AdminFAQ - The Perl Bug Administrator FAQ
Frequently Asked Questions related to Perl Bug Administration.
$Revision: 1.3 $ $Date: 2001/12/03 10:39:21 $
This FAQ is intended for use by the perlbug administrators. The latest version can be found at http://bugs.perl.org/admin/perlbug.cgi?req=adminfaq. If you have any comments or patches to this document, please send them to the author at the address below.
The perl bugmongers are the Perl Bug Adminstrators. Some of these people are active Perl Porters, others are just interested in learning or helping out.
This process varies depending on the age of the bug. There are many bugs in the bug database dating back several years. Many of these bugs have already been solved in recent version of perl. These are old bugs.
Everything else is a new bug.
(Another way to make this distinction is this: Anything that requires the attention of p5p is a new bug.)
You can't do that directly.
You can send an email to admins@bugs.perl.org with your suggestions, or to propose_close_<bugid>@bugs.perl.org
If there has been a thread on p5p culminating in a patch (or some other final looking statement), mark the bug as closed. You may wish to add a comment along the lines of ``resolved in <msgid>''
The short answer is NEVER.
There may be times when a bug should not be in the database, for example, spam that may have gotten through, or an exact duplicate of another bug report. (And in the duplicate case, it's probably better to link the bug to the other copy, to make sure the threads keep properly.)
Send (or CC) the email to track@bugs.perl.org -- it needs to have a subject line that perlbug can understand. i.e. it must contain ``[ID <bugid>]''.
This depends greatly on when the bug was created. Generally, you should check 5.00503, 5.6.0, perl-current, and perl-5.6.x-current. (Theoretically, once it works in an earlier version, it will work in all future versions, but it can't help to perform the regression test by hand.)
Discussed in bugmongers Message-id: <397466D6.6F05E8B8@m.dasa.de>
The perlbugtron user interface has a lot of checkboxes. When you modify items, you need to check the box for that item. Otherwise, when you click update, nothing will happen and you will receive an error.
The page you get back after altering bugs will only have the bugs checked on it. So if you have a list of 25 bugs, and you edit 3 of them, the page you receive will have only these 3 bugs in it, for you to peruse/check. If you edit all 25 of them at once, the same applies, it just may not look vastly different to begin with.
The note is displayed next to the text area, so you can add another one IN the text area. If there's more than one, you get links to all the notes instead.
The Abandoned status means: ``This bug is no longer a priority or probably cannot be fixed. We may come back to fix it after all the other bugs have been resolved.''
Things are very rarely abandoned without good reason.
As of this writing, pre 5.6 install bugs are being abandoned. The installation system changed a lot for 5.6, and many issues were resolved.
To get more help on the email interface, send a message with the subject '-h' to bugdb@perl.org. For more detailed help, use '-H';
Or you can use http://bugs.perl.org/perlbug.cgi?req=mailhelp
The definitive location for more help on the web interface is
http://bugs.perl.org/admin/perlbug.cgi?req=webhelp if you are an administrator
Which is http://bugs.perl.org/perlbug.cgi?req=webhelp for normal users
Robert Spier <rspier at cpan.org>