projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
781e3f0
)
Jerry D. Hedden now maintains Thread::Semaphore on CPAN
Rafael Garcia-Suarez [Thu, 14 Feb 2008 07:52:45 +0000 (07:52 +0000)]
p4raw-id: //depot/perl@33303
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
ad519c5
..
06053dc
100644
(file)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-932,6
+932,13
@@
package Maintainers;
'CPAN' => 1,
},
+ 'Thread::Semaphore' =>
+ {
+ 'MAINTAINER' => 'jdhedden',
+ 'FILES' => q[lib/Thread/Semaphore.pm lib/Thread/Semaphore.t],
+ 'CPAN' => 1,
+ },
+
'Unicode::Collate' =>
{
'MAINTAINER' => 'sadahiro',