X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLinux-SysInfo.git;a=blobdiff_plain;f=Makefile.PL;h=69df46f6691b65c2dc19bf6f200b31b7579566b6;hp=a300844723fe9f40a8ed37415334aa1423089b8a;hb=16cf6511b8bf77f46158bde5a232dbc1163ba9ec;hpb=04dc9ca1cac5cc5c30ad0f20013915d98352debc diff --git a/Makefile.PL b/Makefile.PL index a300844..69df46f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,6 +2,8 @@ use strict; use warnings; use ExtUtils::MakeMaker; +die 'OS unsupported' unless $^O && $^O eq 'linux'; + my $BUILD_REQUIRES = { 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0,