diff options
author | Karl Williamson <khw@cpan.org> | 2014-05-28 17:15:30 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-05-28 19:30:07 -0600 |
commit | 663bce880acdd4bee8f6d5b50dbb3fee75e1d0ec (patch) | |
tree | 1474009db79f61a0b1dd8da2e9d1ffdc4ee90cbb /Porting | |
parent | 54c2a6472e2daaf3a07b6fecd7f34ff00e7b6ad8 (diff) | |
download | perl-663bce880acdd4bee8f6d5b50dbb3fee75e1d0ec.tar.gz |
Revert "Upgrade Term::Cap from version 1.15 to 1.16"
This reverts commit 60d2b2aebfceab38ad669bac181bb68e42c05cb2.
because we are getting test failures in blead:
../cpan/podlators/t/basic.t (Wstat: 256 Tests: 15 Failed: 1)
Failed test: 15
Non-zero exit status: 1
../cpan/podlators/t/termcap.t (Wstat: 512 Tests: 4 Failed: 2)
Failed tests: 3-4
Non-zero exit status: 2
I only bisected the first test to this commit, but it seems likely that
the second test is from it too. We'll know soon enough
Diffstat (limited to 'Porting')
-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 f32a1be73d..a302c880e0 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1016,7 +1016,7 @@ use File::Glob qw(:case); }, 'Term::Cap' => { - 'DISTRIBUTION' => 'JSTOWE/Term-Cap-1.16.tar.gz', + 'DISTRIBUTION' => 'JSTOWE/Term-Cap-1.15.tar.gz', 'FILES' => q[cpan/Term-Cap], }, |