Subject: | t/24-errors.t fails (with newer git?) |
See subject. A sample fail report on CPAN Testers:
http://www.cpantesters.org/cpan/report/d84df7ba-c6f3-11e8-96f8-ab9cb148e49a
It seems to fail with newer git versions (2.19.0). Statistical analysis:
****************************************************************
Regression 'qr:git version (\S+)'
****************************************************************
Name Theta StdErr T-stat
[0='const'] 1.0000 0.0000 152251802795416096.00
[1='eq_1.7.10.4'] 0.0000 0.0000 0.50
[2='eq_2.1.4'] 0.0000 0.0000 0.02
[3='eq_2.11.0'] -0.0000 0.0000 -1.72
[4='eq_2.16.3'] 0.0000 0.0000 2.47
[5='eq_2.17.0'] -0.0000 0.0000 -2.21
[6='eq_2.17.1'] 0.0000 0.0000 0.02
[7='eq_2.18.0'] -0.0000 0.0000 -1.93
[8='eq_2.19.0'] -1.0000 0.0000 -80564081371583936.00
[9='eq_2.7.4'] 0.0000 0.0000 0.12
R^2= 1.000, N= 139, K= 10
****************************************************************
The failure can also be reproduced within docker using a debian:buster image (which has git 2.19.0 available). The Dockerfile:
# docker build -t perl-test . && docker run perl-test
FROM debian:buster
RUN apt-get -y update
RUN apt-get -y install perl-modules
RUN apt-get -y install make
RUN apt-get -y install git
CMD cpan -t BOOK/Git-Repository-1.322.tar.gz