From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
use strict;
use 1.028;
my %WriteMakefileArgs = (
"ABSTRACT" => "Allows you to run a command within a container and control its start up",
"AUTHOR" => "Paul G Webster <daemon\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-aep",
"EXE_FILES" => [
"bin/aep"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "1.028",
"NAME" => "App::aep",
"PREREQ_PM" => {
"App::cpanminus" => "1.7044",
"Carp" => 0,
"Carton" => "1.0.35",
"Getopt::Long::Descriptive" => 0,
"POE" => "1.368",
"POE::Filter::JSONMaybeXS" => 0,
"POE::Filter::Line" => 0,
"POE::Filter::Reference" => 0,
"POE::Filter::Stackable" => 0,
"POE::Session::PlainCall" => "0.0301",
"POE::Wheel::Run" => 0,
"POE::Wheel::SocketFactory" => 0,
"Try::Tiny" => 0,
"YAML::XS" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Test::More" => 0
},
"VERSION" => "0.010",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"App::cpanminus" => "1.7044",
"Carp" => 0,
"Carton" => "1.0.35",
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Getopt::Long::Descriptive" => 0,
"POE" => "1.368",
"POE::Filter::JSONMaybeXS" => 0,
"POE::Filter::Line" => 0,
"POE::Filter::Reference" => 0,
"POE::Filter::Stackable" => 0,
"POE::Session::PlainCall" => "0.0301",
"POE::Wheel::Run" => 0,
"POE::Wheel::SocketFactory" => 0,
"Test::More" => 0,
"Try::Tiny" => 0,
"YAML::XS" => 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);