diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-09-29 13:00:18 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-09-29 13:00:18 +0000 |
commit | 664b03500f7c60b9cb5248241fbb454ee75a2712 (patch) | |
tree | 3d40303994d6ccafc13cb77d5f2adbc92ed39d04 /Porting | |
parent | e05ee2f4ab6f09339976b6616246bf0f001088b0 (diff) | |
download | perl-664b03500f7c60b9cb5248241fbb454ee75a2712.tar.gz |
2 more e-mail addresses that map to rgs
p4raw-id: //depot/perl@25660
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/checkAUTHORS.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl index ab4abbeeeb..ad39977128 100644 --- a/Porting/checkAUTHORS.pl +++ b/Porting/checkAUTHORS.pl @@ -73,7 +73,9 @@ $map{"nick\100ccl4.org"} = $map{"nick\100talking.bollo.cx"} = $map{"nick\100bagpuss.unfortu.net"} = "nicholas"; $map{"philip.newton\100gmx.net"} = $map{"philip.newton\100datenrevision.de"} = "pnewton\100gmx.de", -$map{"raphel.garcia-suarez\100hexaflux.com"} = "rgs"; +$map{"rgarciasuarez\100mandrakesoft.com"} + = $map{"rgarciasuarez\100mandriva.com"} + = $map{"raphel.garcia-suarez\100hexaflux.com"} = "rgs"; $map{"simon\100pembro4.pmb.ox.ac.uk"} = $map{"simon\100brecon.co.uk"} = $map{"simon\100othersideofthe.earth.li"} = $map{"simon\100cozens.net"} = $map{"simon\100netthink.co.uk"} = "simon\100simon-cozens.org"; |