Subject: | perlver generated result not format correctly |
Hi Neil,
I was using perlver to check the minimum perl version for the distribution Test::Strict and found the result attached as image (before.png)
Looked at the code (perlver), I noticed the following lines:
201 if ( $error_length > $len_all ) {
202 my $diff = $error_length - $len_all;
203 $len_all += $diff;
204 $len0 += $diff;
205 }
What is the point of adding $diff to $len0 when it is not used from there on?
By commenting line 203, I get the result in correct format attached as image (after.png).
Best Regards,
Mohammad S Anwar
Subject: | after.png |
Subject: | before.png |