use if ! ( grep { $_ eq '.' } @INC ), qw[lib .];
use lib 'inc';
use Devel::AssertOS qw[Linux];
# This Makefile.PL for Device-Chip-Adapter-LinuxKernel was generated by
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.48.
# Don't edit it but the dist.ini and plugins used to construct it.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "A C<Device::Chip::Adapter> implementation",
"AUTHOR" => "Ryan Voots <simcop\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "7.12"
},
"DISTNAME" => "Device-Chip-Adapter-LinuxKernel",
"LICENSE" => "perl",
"NAME" => "Device::Chip::Adapter::LinuxKernel",
"PREREQ_PM" => {
"Carp" => 0,
"Device::Chip::Adapter" => 0,
"Fcntl" => 0,
"IO::File" => 0,
"XSLoader" => 0,
"base" => 0,
"constant" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Test::More" => 0
},
"VERSION" => "0.00008",
"test" => {
"TESTS" => "t/*.t"
}
);
%WriteMakefileArgs = (
%WriteMakefileArgs,
XSMULTI => 1,
);
my %FallbackPrereqs = (
"Carp" => 0,
"Device::Chip::Adapter" => 0,
"ExtUtils::MakeMaker" => 0,
"Fcntl" => 0,
"File::Spec" => 0,
"IO::File" => 0,
"Test::More" => 0,
"XSLoader" => 0,
"base" => 0,
"constant" => 0,
"strict" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION('6.63_03') } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);