App-ANSIColorUtils
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.032.
use strict;
use warnings;
use 5.010001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Utilities related to ANSI color",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-ANSIColorUtils",
"EXE_FILES" => [
"script/ansi16-to-rgb",
"script/ansi256-to-rgb",
"script/rgb-to-ansi-bg-code",
"script/rgb-to-ansi-fg-code",
"script/rgb-to-ansi16",
"script/rgb-to-ansi16-bg-code",
"script/rgb-to-ansi16-fg-code",
"script/rgb-to-ansi24b-bg-code",
"script/rgb-to-ansi24b-fg-code",
"script/rgb-to-ansi256",
"script/rgb-to-ansi256-bg-code",
"script/rgb-to-ansi256-fg-code",
"script/show-ansi-color-table",
"script/show-assigned-rgb-colors",
"script/show-colors",
"script/show-colors-from-scheme",
"script/show-colors-from-theme",
"script/show-rand-rgb-colors",
"script/show-text-using-color-gradation"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "App::ANSIColorUtils",
"PREREQ_PM" => {
"Color::ANSI::Util" => "0.164",
"Color::RGB::Util" => "0.607",
"Data::Dmp" => "0.242",
"Data::Sah::Coerce::perl::To_str::From_str::normalize_perl_modname" => 0,
"Data::Sah::Coerce::perl::To_str::From_str::rgb24_from_colorname_X_or_code" => 0,
"Data::Sah::Compiler::perl::TH::any" => "0.914",
"Data::Sah::Compiler::perl::TH::array" => "0.914",
"Data::Sah::Compiler::perl::TH::bool" => "0.914",
"Data::Sah::Compiler::perl::TH::hash" => "0.914",
"Data::Sah::Compiler::perl::TH::int" => "0.914",
"Data::Sah::Compiler::perl::TH::str" => "0.914",
"Data::Sah::Filter::perl::JSON::decode_str" => 0,
"Data::Sah::Filter::perl::Perl::normalize_perl_modname" => 0,
"Graphics::ColorNamesLite::All" => 0,
"Module::Load::Util" => "0.011",
"Perinci::CmdLine::Any" => "0.154",
"Perinci::CmdLine::Base" => "1.924",
"Perinci::CmdLine::Classic" => "1.770",
"Perinci::CmdLine::Lite" => "1.924",
"Sah::Schema::array_from_json" => 0,
"Sah::Schema::color::ansi16" => 0,
"Sah::Schema::color::ansi256" => 0,
"Sah::Schema::color::rgb24" => 0,
"Sah::Schema::perl::colorscheme::modname" => 0,
"Sah::Schema::perl::colortheme::modname_with_optional_args" => 0,
"Sah::Schema::posint" => 0,
"Term::Size" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
"VERSION" => "0.011",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Color::ANSI::Util" => "0.164",
"Color::RGB::Util" => "0.607",
"Data::Dmp" => "0.242",
"Data::Sah::Coerce::perl::To_str::From_str::normalize_perl_modname" => 0,
"Data::Sah::Coerce::perl::To_str::From_str::rgb24_from_colorname_X_or_code" => 0,
"Data::Sah::Compiler::perl::TH::any" => "0.914",
"Data::Sah::Compiler::perl::TH::array" => "0.914",
"Data::Sah::Compiler::perl::TH::bool" => "0.914",
"Data::Sah::Compiler::perl::TH::hash" => "0.914",
"Data::Sah::Compiler::perl::TH::int" => "0.914",
"Data::Sah::Compiler::perl::TH::str" => "0.914",
"Data::Sah::Filter::perl::JSON::decode_str" => 0,
"Data::Sah::Filter::perl::Perl::normalize_perl_modname" => 0,
"File::Spec" => 0,
"Graphics::ColorNamesLite::All" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Module::Load::Util" => "0.011",
"Perinci::CmdLine::Any" => "0.154",
"Perinci::CmdLine::Base" => "1.924",
"Perinci::CmdLine::Classic" => "1.770",
"Perinci::CmdLine::Lite" => "1.924",
"Sah::Schema::array_from_json" => 0,
"Sah::Schema::color::ansi16" => 0,
"Sah::Schema::color::ansi256" => 0,
"Sah::Schema::color::rgb24" => 0,
"Sah::Schema::perl::colorscheme::modname" => 0,
"Sah::Schema::perl::colortheme::modname_with_optional_args" => 0,
"Sah::Schema::posint" => 0,
"Term::Size" => 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 2.234 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )