From: Jan Dubois <jand@activestate.com>
Date: Mon, 25 Jun 2007 17:02:24 +0000 (-0700)
Subject: Win32 is dual-lived on CPAN
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa902580255ea6c1205d28b30fdac4cd26771a62;p=p5sagit%2Fp5-mst-13.2.git

Win32 is dual-lived on CPAN
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <02a501c7b785$4774f890$d65ee9b0$@com>

p4raw-id: //depot/perl@31468
---

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 1307eb0..25f65ef 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',