Change 19115 by [EMAIL PROTECTED] on 2003/04/01 15:58:45
Subject: [PATCH] overdue perlhack.pod corrections for RT
From: [EMAIL PROTECTED]
Date: Mon, 31 Mar 2003 16:27:14 +0200
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perlhack.pod#67 edit
Differences ...
==== //depot/perl/pod/perlhack.pod#67 (text) ====
Index: perl/pod/perlhack.pod
--- perl/pod/perlhack.pod#66~18154~ Sat Nov 16 14:08:44 2002
+++ perl/pod/perlhack.pod Tue Apr 1 07:58:45 2003
@@ -480,63 +480,23 @@
=back
-=head2 Perlbug remote interface
+=head2 Perlbug administration
-There are three (3) remote administrative interfaces for modifying bug
-status, category, etc. In all cases an admin must be first registered
-with the Perlbug database by sending an email request to
[EMAIL PROTECTED] or [EMAIL PROTECTED]
+There is a single remote administrative interface for modifying bug status,
+category, open issues etc. using the B<RT> I<bugtracker> system, maintained
+by I<Robert Spier>. Become an administrator, and close any bugs you can get
+your sticky mitts on:
-The main requirement is the willingness to classify, (with the
-emphasis on closing where possible :), outstanding bugs. Further
-explanation can be garnered from the web at http://bugs.perl.org/ , or
-by asking on the admin mailing list at: [EMAIL PROTECTED]
+ http://rt.perl.org
-For more info on the web see
+The bugtracker mechanism for B<perl5> bugs in particular is at:
- http://bugs.perl.org/perlbug.cgi?req=spec
+ http://bugs6.perl.org/perlbug
-=over 4
+To email the bug system administrators:
-=item 1 http://bugs.perl.org
+ "perlbug-admin" <[EMAIL PROTECTED]>
-Login via the web, (remove B<admin/> if only browsing), where interested
-Cc's, tests, patches and change-ids, etc. may be assigned.
-
- http://bugs.perl.org/admin/index.html
-
-
-=item 2 [EMAIL PROTECTED]
-
-Where the subject line is used for commands:
-
- To: [EMAIL PROTECTED]
- Subject: -a close bugid1 bugid2 aix install
-
- To: [EMAIL PROTECTED]
- Subject: -h
-
-
-=item 3 [EMAIL PROTECTED]
-
-Where the address itself is the source for the commands:
-
- To: [EMAIL PROTECTED]
-
- To: [EMAIL PROTECTED]
-
-
-=item notes, patches, tests
-
-For patches and tests, the message body is assigned to the appropriate
-bugs and forwarded to p5p for their attention.
-
- To: test_<bugid1>[EMAIL PROTECTED]
- Subject: this is a test for the (now closed) aix bug
-
- Test is the body of the mail
-
-=back
=head2 Submitting patches
End of Patch.