diff options
author | Florian Ragwitz <rafl@debian.org> | 2012-09-11 10:32:12 -0400 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2012-09-11 10:32:12 -0400 |
commit | 51523176850615d71723148e673d30fe6811ab74 (patch) | |
tree | b41ab42cf033e27c564ff9991712b42b5bc0ccee | |
parent | bd785506f46cccf6adbcd6ad6699f25d55ced98d (diff) | |
download | perl-51523176850615d71723148e673d30fe6811ab74.tar.gz |
Term::ReadLine has been synchronised to CPAN
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 092298b71b..3e61edee03 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1703,7 +1703,7 @@ use File::Glob qw(:case); 'Term::ReadLine' => { 'MAINTAINER' => 'p5p', - 'DISTRIBUTION' => 'FLORA/Term-ReadLine-1.09.tar.gz', + 'DISTRIBUTION' => 'FLORA/Term-ReadLine-1.10.tar.gz', 'FILES' => q[dist/Term-ReadLine], 'EXCLUDED' => [qr{^t/release-.*\.t}], 'UPSTREAM' => 'blead', |