This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
[perl5.git]
/
Porting
/
checkAUTHORS.pl
diff --git
a/Porting/checkAUTHORS.pl
b/Porting/checkAUTHORS.pl
index
14f3f35
..
ab4abbe
100644
(file)
--- 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) {