From 074a06a858a872ab75019c111eb0e6356b07ceca Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 29 Sep 2005 12:54:00 +0000 Subject: [PATCH] checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses p4raw-id: //depot/perl@25659 --- Porting/checkAUTHORS.pl | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 1.8.3.1