summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2007-06-25 10:02:24 -0700
committerSteve Hay <SteveHay@planit.com>2007-06-26 07:31:13 +0000
commitfa902580255ea6c1205d28b30fdac4cd26771a62 (patch)
tree9767ed2f135f57fb7fedfb7b4fed4c50ddfee3c3 /Porting
parentc16639b530c8551bfbd92ceea654ab91dfea918a (diff)
downloadperl-fa902580255ea6c1205d28b30fdac4cd26771a62.tar.gz
Win32 is dual-lived on CPAN
From: "Jan Dubois" <jand@activestate.com> Message-ID: <02a501c7b785$4774f890$d65ee9b0$@com> p4raw-id: //depot/perl@31468
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl9
1 files changed, 8 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 1307eb086a..25f65ef091 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -929,10 +929,17 @@ package Maintainers;
'win32' =>
{
'MAINTAINER' => 'jand',
- 'FILES' => q[win32 README.win32 t/win32 ext/Win32 ext/Win32CORE],
+ 'FILES' => q[win32 README.win32 t/win32 ext/Win32CORE],
'CPAN' => 0,
},
+ 'Win32' =>
+ {
+ 'MAINTAINER' => 'jand',
+ 'FILES' => q[ext/Win32],
+ 'CPAN' => 1,
+ },
+
'Win32API::File' =>
{
'MAINTAINER' => 'tyemq',