From 007018781f8447ed48dee6b5394b6d00745d543b Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Fri, 30 Jun 2006 13:46:06 +0000 Subject: 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 --- Porting/Maintainers.pl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Porting/Maintainers.pl') 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 ', 'tjenness' => 'Tim Jenness ', + 'tyemq' => 'Tye McQueen ', 'yves' => 'Yves Orton ', ); @@ -695,6 +696,13 @@ package Maintainers; 'CPAN' => 0, }, + 'Win32API::File' => + { + 'MAINTAINER' => 'tyemq', + 'FILES' => q[win32/ext/Win32API/File], + 'CPAN' => 1, + }, + 'XSLoader' => { 'MAINTAINER' => 'saper', -- cgit v1.2.1