summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--META.yml4
-rw-r--r--Porting/Maintainers.pl4
2 files changed, 2 insertions, 6 deletions
diff --git a/META.yml b/META.yml
index 78219af594..d9c8ee50bf 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 a80431fe09..6a7753a639 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' =>