Correct the path for IO - needs a trailing / to stop it matching IO-Compress
Nicholas Clark [Thu, 26 Mar 2009 13:19:30 +0000 (13:19 +0000)]
Porting/Maintainers.pl

index f992cf2..aadf134 100644 (file)
@@ -513,7 +513,7 @@ package Maintainers;
        'IO' =>
                {
                'MAINTAINER'    => 'gbarr',
-               'FILES'         => q[ext/IO],
+               'FILES'         => q[ext/IO/],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },