This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d1f803
)
Correct the FILES entry for SelfLoader.
author
Nicholas Clark
<nick@ccl4.org>
Fri, 2 Oct 2009 14:34:01 +0000
(15:34 +0100)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 2 Oct 2009 14:34:01 +0000
(15:34 +0100)
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
78a614c
..
beb7f5c
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-1326,7
+1326,7
@@
use File::Glob qw(:case);
{
'MAINTAINER' => 'smueller',
'DISTRIBUTION' => 'SMUELLER/SelfLoader-1.17.tar.gz',
- 'FILES' => q[
ex
t/SelfLoader],
+ 'FILES' => q[
dis
t/SelfLoader],
'EXCLUDED' => [ qw{ t/00pod.t } ],
'CPAN' => 1,
'UPSTREAM' => 'blead',