CC: | DROLSKY [...] cpan.org |
Subject: | Unknown open() mode '' (with newer Log::Dispatch?) |
My smokers started to report the following failure:
...
Use of uninitialized value in open at /opt/perl-5.25.10/lib/site_perl/5.25.10/Log/Dispatch/File.pm line 94.
Unknown open() mode '' at /opt/perl-5.25.10/lib/site_perl/5.25.10/Log/Dispatch/File.pm line 94.
t/3.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/8 subtests
... (etc) ...
Statistical analysis suggests that this happens with newer Log::Dispatch versions:
****************************************************************
Regression 'mod:Log::Dispatch'
****************************************************************
Name Theta StdErr T-stat
[0='const'] 1.0000 0.0000 18626963268129496.00
[1='eq_2.42'] 0.0000 0.0000 1.59
[2='eq_2.44'] 0.0000 0.0000 0.00
[3='eq_2.50'] 0.0000 0.0000 0.80
[4='eq_2.51'] -0.0000 0.0000 -0.62
[5='eq_2.54'] 0.0000 0.0000 0.00
[6='eq_2.56'] -0.0000 0.0000 -2.12
[7='eq_2.57'] -0.0000 0.0000 -3.43
[8='eq_2.58'] -0.0000 0.0000 -1.53
[9='eq_2.62'] -1.0000 0.0000 -8780834693204732.00
[10='eq_2.63'] -1.0000 0.0000 -14913506195603738.00
R^2= 1.000, N= 101, K= 11
****************************************************************
However reading the Log::Dispatch Changes file I cannot identify a specific change causing the problem...