In perl.git, the branch smoke-me/jkeenan/132008-term-readline has been created
<http://perl5.git.perl.org/perl.git/commitdiff/e4dc68d725b19f46c6fca9423e6e7a0eaeff47f4?hp=0000000000000000000000000000000000000000> at e4dc68d725b19f46c6fca9423e6e7a0eaeff47f4 (commit) - Log ----------------------------------------------------------------- commit e4dc68d725b19f46c6fca9423e6e7a0eaeff47f4 Author: James E Keenan <jkee...@cpan.org> Date: Thu Aug 31 22:57:06 2017 -0400 Revert to 2-arg open in one case. If /dev/tty is inaccessible, redirecting file handles to STDERR: open (my $fh, ">&STDERR)) ... cannot be done as a 3 arg open or it'll actually try to write to that file. Bump $Term::ReadLine::VERSION. For: RT #132008 ----------------------------------------------------------------------- -- Perl5 Master Repository