The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

#unless ( $ENV{LINUX_INPUT_INFO_FORCE_BUILD} || ( -d '/dev/input' && -f '/dev/input/event0' ) ) {
#	print STDERR "You don't seem to have a /dev/input directory with any event devices in.\n";
#	exit(-1);
#}


WriteMakefile(
    NAME         => 'Linux::Input::Info',
    VERSION_FROM => 'Info.pm',
    EXE_FILES    => [ 'bin/lsdevinput', 'bin/finddevinput'   ],
);