diff options
Diffstat (limited to 'Porting/Maintainers.pl')
-rw-r--r-- | Porting/Maintainers.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index ad519c59aa..06053dc947 100644 --- 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', |