Codebase list libdbi-perl / 8f6011c
Fix gofer.t test failures due to utf8-enabled STDIN/STDOUT Lukas Mai 8 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2020 my $executor = DBI::Gofer::Execute->new();
2121
2222 sub run_one_stdio {
23
24 binmode STDIN;
25 binmode STDOUT;
2326
2427 my $transport = DBI::Gofer::Transport::pipeone->new();
2528