use v5.14; use warnings; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'ABSTRACT' => 'Expansion of test functionalities that appear to be frequently used while testing.', 'AUTHOR' => 'Jurij Fajnberg ', 'DISTNAME' => 'Test-Expander', 'LICENSE' => 'perl', 'MIN_PERL_VERSION' => '5.014', 'NAME' => 'Test::Expander', 'PREREQ_PM' => { 'Const::Fast' => 0, 'Exporter' => 0, 'File::chdir' => 0, 'File::Temp' => 0, 'Importer' => 0, 'PadWalker' => 0, 'Path::Tiny' => 0, 'Scalar::Readonly' => 0, 'Test::Files' => 0, 'Test::Output' => 0, 'Test::Warn' => 0, 'Test2::Tools::Explain' => 0, 'Test2::V0' => 0, }, 'TEST_REQUIRES' => { 'Clone' => 0, 'Test::Simple' => 0, }, 'VERSION_FROM' => 'lib/Test/Expander.pm', 'test' => { 'TESTS' => 't/*.t', }, );