projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a2b175a
)
Simplify the file description for ext/threads
Nicholas Clark [Thu, 26 Mar 2009 13:04:56 +0000 (13:04 +0000)]
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
4397738
..
f992cf2
100644
(file)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-1079,8
+1079,7
@@
package Maintainers;
'threads' =>
{
'MAINTAINER' => 'jdhedden',
- 'FILES' => q[ext/threads/hints ext/threads/t
- ext/threads/threads.{pm,xs}],
+ 'FILES' => q[ext/threads],
'CPAN' => 1,
'UPSTREAM' => 'blead',
},