summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-10-24 14:16:32 +0000
committerSteve Peters <steve@fisharerojo.org>2005-10-24 14:16:32 +0000
commit0fbf934d321fa3e4d7b5183ff01c9b8539e5bb0f (patch)
treecb1d0c77e907bfc7a60e06808acf4c0928b546ec /Porting
parentf667e6d8cdd5ebef72830d909962648cb352de51 (diff)
downloadperl-0fbf934d321fa3e4d7b5183ff01c9b8539e5bb0f.tar.gz
Update one of merijn's previous emails.
p4raw-id: //depot/perl@25828
Diffstat (limited to 'Porting')
-rw-r--r--Porting/checkAUTHORS.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl
index ad39977128..fe6350cbdf 100644
--- a/Porting/checkAUTHORS.pl
+++ b/Porting/checkAUTHORS.pl
@@ -90,7 +90,7 @@ $map{"japhy\100perlmonk.org"} = $map{"japhy\100cpan.org"}
= "japhy\100pobox.com";
$map{"rmbarker\100cpan.org"} = "robin.barker\100npl.co.uk";
-$map{"h.m.brand\100hccnet.nl"} = 'merijn';
+$map{"h.m.brand\100hccnet.nl"} = $map{"merijn\100l1.procura.nl"} = "merijn";
if (@authors) {
my %raw;