App-Prove-Plugin-Elasticsearch
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.006.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Prove Plugin to upload test results to elastic search as they are executed",
"AUTHOR" => "George S. Baugh <teodesian\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-Prove-Plugin-Elasticsearch",
"EXE_FILES" => [
"bin/ape",
"bin/testd"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.006",
"NAME" => "App::Prove::Plugin::Elasticsearch",
"PREREQ_PM" => {
"App::Prove" => 0,
"App::Prove::State" => 0,
"App::perlbrew" => 0,
"Capture::Tiny" => 0,
"Clone" => 0,
"Config::Simple" => 0,
"Cwd" => 0,
"File::Basename" => 0,
"File::HomeDir" => 0,
"File::Temp" => 0,
"Getopt::Long" => 0,
"Git" => 0,
"IO::Prompter" => 0,
"JSON::MaybeXS" => 0,
"List::Util" => "1.45",
"MCE::Loop" => 0,
"MCE::Shared" => 0,
"MCE::Signal" => 0,
"Net::RabbitMQ" => 0,
"POSIX" => 0,
"Perl::Version" => 0,
"Pod::Usage" => 0,
"Search::Elasticsearch" => 0,
"System::Info" => 0,
"TAP::Harness" => 0,
"TAP::Parser" => 0,
"parent" => 0,
"strict" => 0,
"utf8" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"FindBin" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::Class" => 0,
"Test::Deep" => 0,
"Test::Fatal" => 0,
"Test::More" => 0,
"blib" => "1.01"
},
"VERSION" => "0.001",
"test" => {
"TESTS" => "t/*.t"
}
( run in 0.836 second using v1.01-cache-2.11-cpan-b16cb0d3907 )