diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2007-02-19 17:50:18 -0800 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2007-02-22 09:09:31 +0000 |
commit | 78ff2d7be71ff9f6811d8b05bb66c4c4707951ba (patch) | |
tree | a2013860b69217e66dd1332f49526b63ed76d5b8 /Porting | |
parent | 097911b5e678dd1e36060b9c7d2408b8eb887a7a (diff) | |
download | perl-78ff2d7be71ff9f6811d8b05bb66c4c4707951ba.tar.gz |
Re: Win32 modules & cygwin
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122>
Also includes integration & deletion of win32/ext/Win32API to
ext/Win32API, and addition of copyright message and corrections to
spacing/tabbing as suggested by Jan Dubois.
p4raw-id: //depot/perl@30379
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Maintainers.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 5f15632780..508311c0de 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -800,14 +800,14 @@ package Maintainers; 'win32' => { 'MAINTAINER' => 'jand', - 'FILES' => q[win32 README.win32 t/win32], + 'FILES' => q[win32 README.win32 t/win32 ext/Win32 ext/Win32CORE], 'CPAN' => 0, }, 'Win32API::File' => { 'MAINTAINER' => 'tyemq', - 'FILES' => q[win32/ext/Win32API/File], + 'FILES' => q[ext/Win32API/File], 'CPAN' => 1, }, |