diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-10-24 14:16:32 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-10-24 14:16:32 +0000 |
commit | 0fbf934d321fa3e4d7b5183ff01c9b8539e5bb0f (patch) | |
tree | cb1d0c77e907bfc7a60e06808acf4c0928b546ec /Porting | |
parent | f667e6d8cdd5ebef72830d909962648cb352de51 (diff) | |
download | perl-0fbf934d321fa3e4d7b5183ff01c9b8539e5bb0f.tar.gz |
Update one of merijn's previous emails.
p4raw-id: //depot/perl@25828
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/checkAUTHORS.pl | 2 |
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; |