projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
022ee9b
)
checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
Nicholas Clark [Thu, 29 Sep 2005 12:54:00 +0000 (12:54 +0000)]
p4raw-id: //depot/perl@25659
Porting/checkAUTHORS.pl
patch
|
blob
|
blame
|
history
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) {