App-aep

 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.037
use strict;
use warnings;

use 5.028;

use ExtUtils::MakeMaker;

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" => "5.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.013",
  "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);



( run in 0.637 second using v1.01-cache-2.11-cpan-39bf76dae61 )