In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/961b49424657d49b2fbc2121bae68b67175886d8?hp=b4475de85f058d8aa4ff9f06992780c92a844452>
- Log ----------------------------------------------------------------- commit 961b49424657d49b2fbc2121bae68b67175886d8 Author: Nicholas Clark <[email protected]> Date: Sat Sep 12 15:33:23 2009 +0100 Fix typo for the FILES for AutoLoader, introduced in 4677aef710c2. ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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", -- Perl5 Master Repository
