From: Abigail Date: Tue, 15 Aug 2000 04:15:40 +0000 (+0000) Subject: Change the perlbug address to perl.org since it's more forgiving. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8db473c3211cfc69909ae5784a7149bea2f839a3;p=p5sagit%2Fp5-mst-13.2.git Change the perlbug address to perl.org since it's more forgiving. Subject: [ID 20000814.007] [PATCH] Email address in perlbug. Message-Id: <20000815041540.8633.qmail@foad.org> p4raw-id: //depot/perl@6652 --- diff --git a/utils/perlbug.PL b/utils/perlbug.PL index d9389ce..76f6d93 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -222,7 +222,7 @@ sub Init { # -------- Configuration --------- # perlbug address - $perlbug = 'perlbug@perl.com'; + $perlbug = 'perlbug@perl.org'; # Test address $testaddress = 'perlbug-test@perl.com';