Alien-liburing
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use if ! ( grep { $_ eq '.' } @INC ), qw[lib .];
use lib 'inc';
use Devel::AssertOS qw[Linux];
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.033.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Alien wrapper for liburing",
"AUTHOR" => "Ryan Voots <simcop\@cpan.org>",
"BUILD_REQUIRES" => {
"Alien::Build" => "0.32",
"Alien::Build::MM" => "0.32",
"ExtUtils::MakeMaker" => "6.52"
},
"CONFIGURE_REQUIRES" => {
"Alien::Build" => "1.19",
"Alien::Build::MM" => "1.74",
"ExtUtils::MakeMaker" => "6.52"
},
"DISTNAME" => "Alien-liburing",
"LICENSE" => "artistic_2",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "Alien::liburing",
"PREREQ_PM" => {
"Alien::Base" => "0.038",
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.52",
"File::Spec" => 0,
"Test::Alien" => 0,
"Test::More" => "0.88"
},
"VERSION" => "0.103",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Alien::Base" => "0.038",
"Alien::Build" => "0.32",
"Alien::Build::MM" => "0.32",
"ExtUtils::MakeMaker" => "6.52",
"File::Spec" => 0,
"Test::Alien" => 0,
"Test::More" => "0.88",
"parent" => 0,
"strict" => 0,
"warnings" => 0
);
# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
( run in 0.594 second using v1.01-cache-2.11-cpan-6b5c3043376 )