diff options
author | Abigail <abigail@abigail.be> | 2000-08-15 04:15:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-16 13:25:31 +0000 |
commit | 8db473c3211cfc69909ae5784a7149bea2f839a3 (patch) | |
tree | acb73be3f7c97bc0eaeb1c9d8dd7a9c2265e5819 /utils | |
parent | 7e03f963b2d8f2b5ba6cfc37a31934125cf2d8bf (diff) | |
download | perl-8db473c3211cfc69909ae5784a7149bea2f839a3.tar.gz |
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
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perlbug.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL index d9389ce7d1..76f6d93ef7 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'; |