Skip Menu |

This queue is for tickets about the Eixo-Zone-Driver CPAN distribution.

Report information
The Basics
Id: 119991
Status: new
Priority: 0/
Queue: Eixo-Zone-Driver

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Wrong kernel version check?
On a Debian/stretch system with linux kernel 4.8.0 the configuration phase fails: Output from '/opt/perl-5.24.1/bin/perl5.24.1 Makefile.PL INSTALLDIRS=site': Needs >= 3.12 kernel version at Makefile.PL line 14. Probably the condition should look like this (untested): if($major < 3 || ($major == 3 && $minor < 12)){