From: Rafael Garcia-Suarez Date: Tue, 4 Dec 2007 16:27:00 +0000 (+0000) Subject: The win32 files are not the Win32 (dual-lived) distribution. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=44b2cd60c4cf655f5453ec96016635c6d80db5f3;p=p5sagit%2Fp5-mst-13.2.git The win32 files are not the Win32 (dual-lived) distribution. Plus, regenerate the meta file. p4raw-id: //depot/perl@32574 --- diff --git a/META.yml b/META.yml index 78219af..d9c8ee5 100644 --- 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 diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index a80431f..6a7753a 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -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' =>