projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b4475de
)
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
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
9538190
..
fae4723
100755
(executable)
--- 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",