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)){