diff options
Diffstat (limited to 'Porting/Maintainers.pl')
-rw-r--r-- | Porting/Maintainers.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index dd8640d0f4..427fdeff5f 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -62,6 +62,7 @@ package Maintainers; 'tels' => 'perl_dummy a-t bloodgate.com', 'tomhughes' => 'Tom Hughes <tomhughes@cpan.org>', 'tjenness' => 'Tim Jenness <tjenness@cpan.org>', + 'tyemq' => 'Tye McQueen <tyemq@cpan.org>', 'yves' => 'Yves Orton <yves@cpan.org>', ); @@ -695,6 +696,13 @@ package Maintainers; 'CPAN' => 0, }, + 'Win32API::File' => + { + 'MAINTAINER' => 'tyemq', + 'FILES' => q[win32/ext/Win32API/File], + 'CPAN' => 1, + }, + 'XSLoader' => { 'MAINTAINER' => 'saper', |