Change the perlbug address to perl.org since it's more forgiving.
Abigail [Tue, 15 Aug 2000 04:15:40 +0000 (04:15 +0000)]
Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
Message-Id: <20000815041540.8633.qmail@foad.org>

p4raw-id: //depot/perl@6652

utils/perlbug.PL

index d9389ce..76f6d93 100644 (file)
@@ -222,7 +222,7 @@ sub Init {
     # -------- Configuration ---------
 
     # perlbug address
-    $perlbug = 'perlbug@perl.com';
+    $perlbug = 'perlbug@perl.org';
 
     # Test address
     $testaddress = 'perlbug-test@perl.com';