Change 31468 by [EMAIL PROTECTED] on 2007/06/26 07:31:13
Subject: [PATCH] Win32 is dual-lived on CPAN
From: "Jan Dubois" <[EMAIL PROTECTED]>
Date: Mon, 25 Jun 2007 17:02:24 -0700
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/Porting/Maintainers.pl#82 edit
Differences ...
==== //depot/perl/Porting/Maintainers.pl#82 (text) ====
Index: perl/Porting/Maintainers.pl
--- perl/Porting/Maintainers.pl#81~31464~ 2007-06-25 07:20:04.000000000
-0700
+++ perl/Porting/Maintainers.pl 2007-06-26 00:31:13.000000000 -0700
@@ -929,10 +929,17 @@
'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',
End of Patch.