App-RegexpCommonUtils
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.017.
use strict;
use warnings;
use 5.010001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "CLI utilities related to Regexp::Common",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-RegexpCommonUtils",
"EXE_FILES" => [
"script/get-regexp-common-pattern",
"script/list-regexp-common-modules",
"script/list-regexp-common-patterns"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "App::RegexpCommonUtils",
"PREREQ_PM" => {
"Capture::Tiny" => 0,
"Complete::Module" => "0.262",
"Data::Dmp" => "0.240",
"Data::Dump::Color" => 0,
"Module::Patch" => "0.276",
"PERLANCAR::Module::List" => "0.004004",
"Perinci::CmdLine::Any" => 0,
"Regexp::Common" => 0,
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
"VERSION" => "0.003",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Capture::Tiny" => 0,
"Complete::Module" => "0.262",
"Data::Dmp" => "0.240",
"Data::Dump::Color" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Module::Patch" => "0.276",
"PERLANCAR::Module::List" => "0.004004",
"Perinci::CmdLine::Any" => 0,
"Regexp::Common" => 0,
"Test::More" => 0,
"parent" => 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 3.450 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )