diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-02 18:21:32 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-02 18:21:32 +0100 |
commit | 8de4179424c1ce7de2d7779c01e54e3e2e372911 (patch) | |
tree | d7670225acacf39ef03e5a896775d5db82d8646e /Porting/Maintainers.pl | |
parent | 8b88b2b2a83b118e358c4d04557659e32d47c01b (diff) | |
download | perl-8de4179424c1ce7de2d7779c01e54e3e2e372911.tar.gz |
Move Locale::Maketext::Simple from dist/ to cpan/
My mistake - it should always have been here, as the canonical upstream is
Best Practical's svn.
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 1ff80c1a9d..4ceba32631 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -857,10 +857,10 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'audreyt', 'DISTRIBUTION' => 'JESSE/Locale-Maketext-Simple-0.21.tar.gz', - 'FILES' => q[dist/Locale-Maketext-Simple], + 'FILES' => q[cpan/Locale-Maketext-Simple], 'EXCLUDED' => [ qr{^inc/} ], 'CPAN' => 1, - 'UPSTREAM' => 'blead', + 'UPSTREAM' => 'cpan', }, 'Log::Message' => |