diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-09-29 11:01:53 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-09-29 11:01:53 +0000 |
commit | 5e266217b2ba5a06d688e61df751a774a76e76ec (patch) | |
tree | 0e6671c55880846e912a75f2e35fcea42a6bdbf5 /Porting | |
parent | 84fd1186674f7e16cbe42e2947846d025465181d (diff) | |
download | perl-5e266217b2ba5a06d688e61df751a774a76e76ec.tar.gz |
Teach the alias mapping about new committers.
p4raw-id: //depot/perl@25657
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/checkAUTHORS.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl index a52e090203..14f3f35864 100644 --- a/Porting/checkAUTHORS.pl +++ b/Porting/checkAUTHORS.pl @@ -36,6 +36,8 @@ my %map = reverse ( pudge => "pudge\100pobox.com", rgs => "rgarciasuarez\100free.fr", sky => "sky\100nanisky.com", + steveh => "steve.hay\100uk.radan.com", + stevep => "steve\100fisharerojo.org", "abigail\100abigail.nl"=> "abigail\100foad.org", "chromatic\100wgz.org" => "chromatic\100rmci.net", "slaven\100rezic.de" => "slaven.rezic\100berlin.de", @@ -60,7 +62,8 @@ $map{"artur\100contiller.se"} = $map{"arthur\100contiller.se"} = "sky"; $map{"autrijus\100egb.elixus.org"} = $map{"autrijus\100geb.elixus.org"} = "autrijus\100autrijus.org"; $map{"craig.berry\100psinetcs.com"} = $map{"craig.berry\100metamorgs.com"} - = $map{"craig.berry\100signaltreesolutions.com"} = "craigberry\100mac.com"; + = $map{"craig.berry\100signaltreesolutions.com"} + = $map{"craigberry\100mac.com"} = "craigb"; $map{"davem\100fdgroup.co.uk"} = "davem"; $map{"ilya\100math.ohio-state.edu"} = $map{"ilya\100math.berkeley.edu"} = $map{"ilya\100math.berkeley.edu"} = "nospam-abuse\100ilyaz.org"; |