diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-09-29 12:54:00 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-09-29 12:54:00 +0000 |
commit | 074a06a858a872ab75019c111eb0e6356b07ceca (patch) | |
tree | fdf9cf13a67bd052538eba952cf5c5dee805f337 /Porting | |
parent | 022ee9bc38f662a1dd4e0d592cdb1a49dfff97db (diff) | |
download | perl-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.pl | 2 |
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) { |