From: Nicholas Clark Date: Thu, 26 Mar 2009 13:19:30 +0000 (+0000) Subject: Correct the path for IO - needs a trailing / to stop it matching IO-Compress X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e34f48720635e265cf41f8325094201c8667ec44;p=p5sagit%2Fp5-mst-13.2.git Correct the path for IO - needs a trailing / to stop it matching IO-Compress --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f992cf2..aadf134 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -513,7 +513,7 @@ package Maintainers; 'IO' => { 'MAINTAINER' => 'gbarr', - 'FILES' => q[ext/IO], + 'FILES' => q[ext/IO/], 'CPAN' => 1, 'UPSTREAM' => undef, },