Subject: | 5.19.11 broke pipeone in t/85gofer.t |
2 errors:
1. uninitialized $stderr_msg
diff -bu ./lib/DBD/Gofer/Transport/pipeone.pm~ ./lib/DBD/Gofer/Transport/pipeone.pm
--- ./lib/DBD/Gofer/Transport/pipeone.pm~ 2013-06-24 16:03:21.000000000 -0500
+++ ./lib/DBD/Gofer/Transport/pipeone.pm 2014-04-25 12:11:06.032580741 -0500
@@ -169,7 +169,7 @@
my ($pid, $rfh, $efh, $ios, $cmd) = @{$info}{qw(pid rfh efh ios cmd)};
my $frozen_response;
- my $stderr_msg;
+ my $stderr_msg = '';
$self->read_response_from_fh( {
$efh => {
2. not yet analyzed
t/85gofer.t ..................... 1/?
# Failed test 'pipeone: DBI connect('transport=pipeone;policy=pedantic;timeout=240;perl=/usr/local/bin/perl5.19.11 -Mblib=/home/rurban/Perl/.cpan-build/DBI-1.631-NcUpsJ/blib;dsn=DBI:DBM:f_dir=/home/rurban/Perl/.cpan-build/DBI-1.631-NcUpsJ/test_output_5423;f_lock=0;dbm_type=SDBM_File','',...) failed: DBD::Gofer::Transport::pipeone command (/usr/local/bin/perl5.19.11 -Mblib=/home/rurban/Perl/.cpan-build/DBI-1.631-NcUpsJ/blib -MDBI::Gofer::Transport::pipeone -e run_one_stdio) failed: at /home/rurban/Perl/.cpan-build/DBI-1.631-NcUpsJ/blib/lib/DBD/Gofer/Transport/pipeone.pm line 191. at t/85gofer.t line 155.
# '
# at t/85gofer.t line 113.