diff options
author | Steve Hay <SteveHay@planit.com> | 2006-06-30 13:46:06 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-06-30 13:46:06 +0000 |
commit | 007018781f8447ed48dee6b5394b6d00745d543b (patch) | |
tree | 857103209ed0460ef4f704f7612295e65cf16344 /Porting/Maintainers.pl | |
parent | 625dac9da817af72bb35414c226dadeb2d915f21 (diff) | |
download | perl-007018781f8447ed48dee6b5394b6d00745d543b.tar.gz |
Add Win32API::File to the core
For discussions, see the thread starting here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html
p4raw-id: //depot/perl@28460
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', |