App-TextWrapUtils
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.028.
use strict;
use warnings;
use 5.010001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Utilities related to text wrapping",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-TextWrapUtils",
"EXE_FILES" => [
"script/nowrap",
"script/nowrap-clipboard",
"script/textunwrap",
"script/textunwrap-clipboard",
"script/textwrap",
"script/textwrap-clipboard"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "App::TextWrapUtils",
"PREREQ_PM" => {
"Clipboard::Any" => "0.009",
"Data::Sah::Compiler::perl::TH::bool" => "0.914",
"Data::Sah::Compiler::perl::TH::int" => "0.914",
"Data::Sah::Compiler::perl::TH::str" => "0.914",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" => 0,
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" => 0,
"Data::Sah::Filter::perl::Perl::normalize_perl_modname" => 0,
"File::Slurper::Dash" => 0,
"Log::ger" => "0.038",
"Perinci::CmdLine::Any" => "0.154",
"Perinci::CmdLine::Lite" => "1.924",
"Sah::Schema::filename" => 0,
"Sah::Schema::perl::modname" => "0.035",
"Sah::Schema::posint" => 0,
"Text::ANSI::Util" => "0.22",
"Text::Wrap" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
"VERSION" => "0.007",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Clipboard::Any" => "0.009",
"Data::Sah::Compiler::perl::TH::bool" => "0.914",
"Data::Sah::Compiler::perl::TH::int" => "0.914",
"Data::Sah::Compiler::perl::TH::str" => "0.914",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" => 0,
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" => 0,
"Data::Sah::Filter::perl::Perl::normalize_perl_modname" => 0,
"File::Slurper::Dash" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Log::ger" => "0.038",
"Perinci::CmdLine::Any" => "0.154",
"Perinci::CmdLine::Lite" => "1.924",
"Sah::Schema::filename" => 0,
"Sah::Schema::perl::modname" => "0.035",
"Sah::Schema::posint" => 0,
"Test::More" => 0,
"Text::ANSI::Util" => "0.22",
"Text::Wrap" => 0,
"strict" => 0,
"warnings" => 0
( run in 0.689 second using v1.01-cache-2.11-cpan-2398b32b56e )