From: Nicholas Clark <nick@ccl4.org>
Date: Sat, 12 Sep 2009 14:33:23 +0000 (+0100)
Subject: Fix typo for the FILES for AutoLoader, introduced in 4677aef710c2.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=961b49424657d49b2fbc2121bae68b67175886d8;p=p5sagit%2Fp5-mst-13.2.git

Fix typo for the FILES for AutoLoader, introduced in 4677aef710c2.
---

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 9538190..fae4723 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -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",