The win32 files are not the Win32 (dual-lived) distribution.
Rafael Garcia-Suarez [Tue, 4 Dec 2007 16:27:00 +0000 (16:27 +0000)]
Plus, regenerate the meta file.

p4raw-id: //depot/perl@32574

META.yml
Porting/Maintainers.pl

index 78219af..d9c8ee5 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -34,7 +34,6 @@ private:
     - ext/Unicode/Normalize
     - ext/Win32
     - ext/Win32API/File
-    - ext/Win32CORE
     - lib/Archive/Extract
     - lib/Archive/Tar
     - lib/Attribute/Handlers
@@ -106,8 +105,6 @@ private:
     - t/lib/sample-tests
     - t/lib/Test/Simple
     - t/Module_Pluggable
-    - t/win32
-    - win32
 
   file:
     - ext/B/B/Lint.pm
@@ -371,7 +368,6 @@ private:
     - pod/pod2usage.PL
     - pod/podchecker.PL
     - pod/podselect.PL
-    - README.win32
     - t/lib/filter-util.pl
     - t/lib/TieIn.pm
     - t/lib/TieOut.pm
index a80431f..6a7753a 100644 (file)
@@ -959,8 +959,8 @@ package Maintainers;
        'win32' =>
                {
                'MAINTAINER'    => 'jand',
-               'FILES'         => q[win32 t/win32 ext/Win32CORE],
-               'CPAN'          => 1,
+               'FILES'         => q[win32 t/win32 README.win32 ext/Win32CORE],
+               'CPAN'          => 0,
                },
 
        'Win32' =>