Skip Menu |

This queue is for tickets about the Algorithm-SixDegrees CPAN distribution.

Report information
The Basics
Id: 35351
Status: resolved
Priority: 0/
Queue: Algorithm-SixDegrees

People
Owner: Nobody in particular
Requestors: peter.john.acklam [...] gmail.com
Cc:
AdminCc:

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



Subject: Incorrect Perl version numbering
The file "Build.PL" contains the line 'perl' => '5.6', but it should use the same number format as Perl's $] variable: 'perl' => 5.006, I use Perl 5.8.8, but the $] variable is 5.008008, so when I install this module, I get the error message: requires perl '5.6'; you have only 5.008008
Almost 8 years later, this bug still exists: Checking prerequisites... requires: ! perl (5.22.1) is installed, but we need version >= 5.6
On 2016-03-18 05:57:45, pjacklam wrote: Show quoted text
> Almost 8 years later, this bug still exists: > > Checking prerequisites... > requires: > ! perl (5.22.1) is installed, but we need version >= 5.6
Interesting: Makefile.PL does not specify a perl minimum requirement. So a possible workaround is to use this one instead of Build.PL.
Version 1.01 added to CPAN which fixes the version numbering. Apologies for the very long delay in fixing this.