summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-09-29 12:54:00 +0000
committerNicholas Clark <nick@ccl4.org>2005-09-29 12:54:00 +0000
commit074a06a858a872ab75019c111eb0e6356b07ceca (patch)
treefdf9cf13a67bd052538eba952cf5c5dee805f337 /Porting
parent022ee9bc38f662a1dd4e0d592cdb1a49dfff97db (diff)
downloadperl-074a06a858a872ab75019c111eb0e6356b07ceca.tar.gz
checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
p4raw-id: //depot/perl@25659
Diffstat (limited to 'Porting')
-rw-r--r--Porting/checkAUTHORS.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl
index 14f3f35864..ab4abbeeeb 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) {