From: Nicholas Clark Date: Thu, 26 Mar 2009 13:04:56 +0000 (+0000) Subject: Simplify the file description for ext/threads X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c3e2aceb2caa065cca4f6a38699147c12083a7f1;p=p5sagit%2Fp5-mst-13.2.git Simplify the file description for ext/threads --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4397738..f992cf2 100644 --- 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', },