In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/48f3d0c6209f4f32705fc6fa7e6d0682490d7293?hp=a970290aa9e323780a71583145a944c5b275701e>
- Log -----------------------------------------------------------------
commit 48f3d0c6209f4f32705fc6fa7e6d0682490d7293
Author: Steve Hay <steve.m.hay@googlemail.com>
Date: Mon May 28 09:53:57 2012 +0100
Update checkAUTHORS.pl with missing author
-----------------------------------------------------------------------
Summary of changes:
Porting/checkAUTHORS.pl | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl
index 6c22a49..39294c9 100755
--- a/Porting/checkAUTHORS.pl
+++ b/Porting/checkAUTHORS.pl
@@ -160,6 +160,7 @@ sub generate_known_author_map {
"arbor\100al37al08.telecel.pt"
, # reported perlbug ticket 5196 - no actual code contribution. no real name - jrv 20091006
"oracle\100pcr8.pcr.com", # Reported perlbug ticket 1015 - no patch - Probably Ed Eddington ed@pcr.com
+ "snaury\100gmail.com", # Reported cpan ticket 35943, with patch for fix
;
#
--
Perl5 Master Repository