Skip Menu |

This queue is for tickets about the Perl-MinimumVersion CPAN distribution.

Report information
The Basics
Id: 107878
Status: new
Priority: 0/
Queue: Perl-MinimumVersion

People
Owner: NEILB [...] cpan.org
Requestors: MANWAR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.38
Fixed in: (no value)



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
Download after.png
image/png 13.1k
after.png
Subject: before.png
Download before.png
image/png 13.3k
before.png