From: Nicholas Clark Date: Thu, 29 Sep 2005 12:54:00 +0000 (+0000) Subject: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=074a06a858a872ab75019c111eb0e6356b07ceca;p=p5sagit%2Fp5-mst-13.2.git checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses p4raw-id: //depot/perl@25659 --- diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl index 14f3f35..ab4abbe 100644 --- a/Porting/checkAUTHORS.pl +++ b/Porting/checkAUTHORS.pl @@ -88,6 +88,8 @@ $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'; + if (@authors) { my %raw; foreach my $filename (@authors) {