From: Nicholas Clark Date: Wed, 30 Sep 2009 16:57:34 +0000 (+0100) Subject: Correct the inconsistencies in the entry for Locale::Maketext::Simple X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c0fceebed3d9fb5d5f03486c745053b710f98fc7;p=p5sagit%2Fp5-mst-13.2.git Correct the inconsistencies in the entry for Locale::Maketext::Simple Errors accidentally introduced in 3f369777ff34e7a1. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 42a66b4..87d8ae2 100755 --- 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' =>