projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1fabcc6
)
Correct the inconsistencies in the entry for Locale::Maketext::Simple
Nicholas Clark [Wed, 30 Sep 2009 16:57:34 +0000 (17:57 +0100)]
Errors accidentally introduced in
3f369777ff34e7a1
.
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
42a66b4
..
87d8ae2
100755
(executable)
--- a/
Porting/Maintainers.pl
+++ b/
Porting/Maintainers.pl
@@
-860,10
+860,10
@@
use File::Glob qw(:case);
{
'MAINTAINER' => 'audreyt',
'DISTRIBUTION' => 'JESSE/Locale-Maketext-Simple-0.21.tar.gz',
- 'FILES' => q[ext/Locale-Maketext-Simple],
+ 'FILES' => q[dist/Locale-Maketext-Simple],
'EXCLUDED' => [ qr{^inc/} ],
'CPAN' => 1,
- 'UPSTREAM' => 'dist',
+ 'UPSTREAM' => 'blead',
},
'Log::Message' =>