diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-05-05 01:26:08 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-05-05 01:26:08 +0000 |
commit | 9d5e8f047fb5c9633346ac14a1ba04fe2d5b9f04 (patch) | |
tree | f269b518a20b1a1c0aef57520c9fe8c197de2720 /Porting | |
parent | 27354a09f95490b53db9dec024d06626572de5e5 (diff) | |
download | perl-9d5e8f047fb5c9633346ac14a1ba04fe2d5b9f04.tar.gz |
Teach checkAUTHORS.pl about Sarathy's new email address.
p4raw-id: //depot/perl@28103
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/checkAUTHORS.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl index 4774c602a2..bf6ff874d1 100644 --- a/Porting/checkAUTHORS.pl +++ b/Porting/checkAUTHORS.pl @@ -198,6 +198,7 @@ $map{"h.m.brand\100hccnet.nl"} = $map{"merijn\100l1.procura.nl"} = "merijn"; $map{"nik\100tiuk.ti.com"} = $map{"nick.ing-simmons\100elixent.com"} = "nick"; $map{"hv\100crypt.org"} = "hv"; $map{"gisle\100aas.no"} = "gisle"; +$map{"gsar\100cpan.org"} = "gsar"; if (@authors) { my %raw; |