App-Dothe

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

use 5.020000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "YAML-based task runner",
  "AUTHOR" => "Yanick Champoux <yanick\@babyl.ca>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-Dothe",
  "EXE_FILES" => [
    "bin/dothe"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.020000",
  "NAME" => "App::Dothe",
  "PREREQ_PM" => {
    "File::Wildcard" => 0,
    "Graph::Directed" => 0,
    "List::AllUtils" => 0,
    "Log::Any" => 0,
    "Log::Any::Adapter" => 0,
    "Moose" => 0,
    "MooseX::App::Simple" => 0,
    "Path::Tiny" => 0,
    "PerlX::Maybe" => 0,
    "Ref::Util" => 0,
    "Text::Template" => 0,
    "Type::Tiny" => 0,
    "Types::Standard" => 0,
    "YAML::XS" => 0,
    "experimental" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => 0,
    "strict" => 0
  },
  "VERSION" => "0.0.1",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "File::Wildcard" => 0,
  "Graph::Directed" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "List::AllUtils" => 0,
  "Log::Any" => 0,
  "Log::Any::Adapter" => 0,
  "Moose" => 0,
  "MooseX::App::Simple" => 0,
  "Path::Tiny" => 0,
  "PerlX::Maybe" => 0,
  "Ref::Util" => 0,
  "Test::More" => 0,
  "Text::Template" => 0,
  "Type::Tiny" => 0,
  "Types::Standard" => 0,
  "YAML::XS" => 0,
  "experimental" => 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);

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.394 second using v1.00-cache-2.02-grep-82fe00e-cpan-9e6bc14194b )