summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index f4f41cb487..dd8640d0f4 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -43,6 +43,7 @@ package Maintainers;
'muir' => 'David Muir Sharnoff <muir@cpan.org>',
'neilb' => 'Neil Bowers <neilb@cpan.org>',
'ni-s' => 'Nick Ing-Simmons <nick@ing-simmons.net>',
+ 'nuffin' => 'Yuval Kogman <nothingmuch@woobling.org>',
'p5p' => 'perl5-porters <perl5-porters@perl.org>',
'perlfaq' => 'perlfaq-workers <perlfaq-workers@perl.org>',
'petdance' => 'Andy Lester <andy@petdance.com>',
@@ -636,6 +637,13 @@ package Maintainers;
'CPAN' => 1,
},
+ 'Tie::RefHash' =>
+ {
+ 'MAINTAINER' => 'nuffin',
+ 'FILES' => q[lib/Tie/RefHash.pm lib/Tie/RefHash],
+ 'CPAN' => 1,
+ },
+
'Time::HiRes' =>
{
'MAINTAINER' => 'jhi',