projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1ced8e5
)
Don't list README.win32 as private in the META.yml
Rafael Garcia-Suarez [Tue, 4 Dec 2007 15:04:08 +0000 (15:04 +0000)]
p4raw-id: //depot/perl@32573
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
e405eeb
..
a80431f
100644
(file)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-959,7
+959,7
@@
package Maintainers;
'win32' =>
{
'MAINTAINER' => 'jand',
- 'FILES' => q[win32 README.win32 t/win32 ext/Win32CORE],
+ 'FILES' => q[win32 t/win32 ext/Win32CORE],
'CPAN' => 1,
},