Fix typo for the FILES for AutoLoader, introduced in 4677aef710c2.
Nicholas Clark [Sat, 12 Sep 2009 14:33:23 +0000 (15:33 +0100)]
Porting/Maintainers.pl

index 9538190..fae4723 100755 (executable)
@@ -236,7 +236,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'smueller',
        'DISTRIBUTION'  => 'SMUELLER/AutoLoader-5.69.tar.gz',
-       'FILES'         => q[ext/AutoLoader.pm],
+       'FILES'         => q[ext/AutoLoader],
        'EXCLUDED'      => [ qw( t/00pod.t ) ],
        'CPAN'          => 1,
        'UPSTREAM'      => "cpan",