App-UnixUIDUtils
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
use strict;
use warnings;
use 5.010001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Utilities related to Unix UID/GID",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-UnixUIDUtils",
"EXE_FILES" => [
"script/gid-to-groupname",
"script/groupname-to-gid",
"script/uid-to-username",
"script/username-to-uid"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "App::UnixUIDUtils",
"PREREQ_PM" => {
"Data::Sah::Compiler::perl::TH::int" => "0.911",
"Data::Sah::Compiler::perl::TH::str" => "0.911",
"Data::Sah::Filter::perl::Unix::check_gid_exists" => 0,
"Data::Sah::Filter::perl::Unix::check_uid_exists" => 0,
"Data::Sah::Filter::perl::Unix::check_unix_group_exists" => 0,
"Data::Sah::Filter::perl::Unix::check_unix_user_exists" => 0,
"Data::Sah::Filter::perl::Unix::convert_gid_to_unix_group" => 0,
"Data::Sah::Filter::perl::Unix::convert_uid_to_unix_user" => 0,
"Data::Sah::Filter::perl::Unix::convert_unix_group_to_gid" => 0,
"Data::Sah::Filter::perl::Unix::convert_unix_user_to_uid" => 0,
"Log::ger" => "0.038",
"Perinci::CmdLine::Any" => "0.152",
"Perinci::CmdLine::Lite" => "1.915",
"Sah::Schema::unix::gid::exists" => 0,
"Sah::Schema::unix::groupname::exists" => 0,
"Sah::Schema::unix::uid::exists" => 0,
"Sah::Schema::unix::username::exists" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
"VERSION" => "0.002",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Data::Sah::Compiler::perl::TH::int" => "0.911",
"Data::Sah::Compiler::perl::TH::str" => "0.911",
"Data::Sah::Filter::perl::Unix::check_gid_exists" => 0,
"Data::Sah::Filter::perl::Unix::check_uid_exists" => 0,
"Data::Sah::Filter::perl::Unix::check_unix_group_exists" => 0,
"Data::Sah::Filter::perl::Unix::check_unix_user_exists" => 0,
"Data::Sah::Filter::perl::Unix::convert_gid_to_unix_group" => 0,
"Data::Sah::Filter::perl::Unix::convert_uid_to_unix_user" => 0,
"Data::Sah::Filter::perl::Unix::convert_unix_group_to_gid" => 0,
"Data::Sah::Filter::perl::Unix::convert_unix_user_to_uid" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Log::ger" => "0.038",
"Perinci::CmdLine::Any" => "0.152",
"Perinci::CmdLine::Lite" => "1.915",
"Sah::Schema::unix::gid::exists" => 0,
"Sah::Schema::unix::groupname::exists" => 0,
"Sah::Schema::unix::uid::exists" => 0,
"Sah::Schema::unix::username::exists" => 0,
"Test::More" => 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);
( run in 1.511 second using v1.01-cache-2.11-cpan-5735350b133 )