diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-06-08 13:22:33 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-06-08 13:22:33 +0100 |
commit | 8733544eb125fe6c11beee85b3da298c051fb125 (patch) | |
tree | 4c9df62628fcdcc608cd7e183cf1dedbc19af814 /Porting | |
parent | 076975654b6444d1b196b5315c96edb026cbe87c (diff) | |
download | perl-8733544eb125fe6c11beee85b3da298c051fb125.tar.gz |
Synchronise Maintainers.pl with what is in dist/ currently.
Diffstat (limited to 'Porting')
-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 93998d7c23..373c04ee95 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -395,7 +395,7 @@ use File::Glob qw(:case); 'constant' => { 'MAINTAINER' => 'saper', - 'DISTRIBUTION' => 'SAPER/constant-1.19.tar.gz', + 'DISTRIBUTION' => 'SAPER/constant-1.22.tar.gz', 'FILES' => q[dist/constant], 'EXCLUDED' => [ qw( t/00-load.t t/more-tests.t @@ -1128,7 +1128,7 @@ use File::Glob qw(:case); 'Locale::Maketext' => { 'MAINTAINER' => 'ferreira', - 'DISTRIBUTION' => 'TODDR/Locale-Maketext-1.17.tar.gz', + 'DISTRIBUTION' => 'TODDR/Locale-Maketext-1.19.tar.gz', 'FILES' => q[dist/Locale-Maketext], 'EXCLUDED' => [ qw{perlcriticrc t/00_load.t t/pod.t} ], 'UPSTREAM' => 'blead', |