The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.025.
use strict;
use warnings;

use 5.006;

use ExtUtils::MakeMaker;

use File::ShareDir::Install;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "share";


my %WriteMakefileArgs = (
  "ABSTRACT" => "Lightweight yet powerful web application framework",
  "AUTHOR" => "Dancer Core Developers",
  "BUILD_REQUIRES" => {
    "Module::Build" => "0.3601"
  },
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::ShareDir::Install" => "0.06",
    "Module::Build" => "0.3601"
  },
  "DISTNAME" => "Dancer2",
  "EXE_FILES" => [
    "script/dancer2"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Dancer2",
  "PREREQ_PM" => {
    "App::Cmd::Setup" => 0,
    "Carp" => 0,
    "Class::Load" => 0,
    "Config::Any" => 0,
    "Cwd" => 0,
    "Data::Dumper" => 0,
    "Digest::SHA" => 0,
    "Encode" => 0,
    "Exporter" => "5.57",
    "Fcntl" => 0,
    "File::Basename" => 0,
    "File::Copy" => 0,
    "File::Find" => 0,
    "File::Path" => 0,
    "File::ShareDir" => 0,
    "File::Spec" => 0,
    "File::Spec::Functions" => 0,
    "File::Temp" => "0.22",
    "HTTP::Body" => 0,
    "HTTP::Date" => 0,
    "HTTP::Headers" => 0,
    "HTTP::Server::PSGI" => 0,
    "HTTP::Tiny" => 0,
    "Hash::Merge::Simple" => 0,
    "IO::File" => 0,
    "Import::Into" => 0,
    "JSON" => 0,
    "List::Util" => 0,
    "MIME::Base64" => "3.13",
    "Module::Runtime" => 0,
    "Moo" => "1.003000",
    "Moo::Role" => 0,
    "MooX::Types::MooseLike" => "0.16",
    "MooX::Types::MooseLike::Base" => 0,
    "POSIX" => 0,
    "Plack" => "1.0029",
    "Plack::Builder" => 0,
    "Plack::MIME" => 0,
    "Plack::Middleware::Conditional" => 0,
    "Plack::Middleware::ContentLength" => 0,
    "Plack::Middleware::FixMissingBodyInRedirect" => 0,
    "Plack::Middleware::Head" => 0,
    "Plack::Middleware::RemoveRedundantBody" => 0,
    "Plack::Middleware::Static" => 0,
    "Plack::Request" => 0,
    "Pod::Simple::Search" => 0,
    "Pod::Simple::SimpleTree" => 0,
    "Return::MultiLevel" => 0,
    "Role::Tiny" => "1.003000",
    "Safe::Isa" => 0,
    "Scalar::Util" => 0,
    "Sub::Quote" => 0,
    "Template" => 0,
    "Template::Tiny" => 0,
    "Test::Builder" => 0,
    "Test::More" => "0.92",
    "Try::Tiny" => 0,
    "URI" => 0,
    "URI::Escape" => 0,
    "YAML" => 0,
    "overload" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Capture::Tiny" => "0.12",
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "File::Temp" => "0.22",
    "FindBin" => 0,
    "HTTP::Body" => 0,
    "HTTP::Cookies" => 0,
    "HTTP::Request" => 0,
    "HTTP::Request::Common" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Plack::Response" => 0,
    "Plack::Test" => 0,
    "Test::Fatal" => 0,
    "Test::Memory::Cycle" => "1.04",
    "Test::MockTime" => 0,
    "Test::More" => "0.92",
    "YAML" => 0,
    "lib" => 0,
    "utf8" => 0,
    "vars" => 0
  },
  "VERSION" => "0.159001",
  "test" => {
    "TESTS" => "t/*.t t/classes/Dancer2-Core-Factory/*.t t/classes/Dancer2-Core-Hook/*.t t/classes/Dancer2-Core-Request/*.t t/classes/Dancer2-Core-Response-Delayed/*.t t/classes/Dancer2-Core-Response/*.t t/classes/Dancer2-Core-Role-Engine/*.t t/classes/Dancer2-Core-Role-Handler/*.t t/classes/Dancer2-Core-Role-HasLocation/*.t t/classes/Dancer2-Core-Role-Headers/*.t t/classes/Dancer2-Core-Role-Serializer/*.t t/classes/Dancer2-Core-Role-StandardResponses/*.t t/classes/Dancer2-Core-Route/*.t t/classes/Dancer2-Core-Runner/*.t t/classes/Dancer2-Core/*.t t/classes/Dancer2/*.t t/dsl/*.t t/issues/*.t t/issues/gh-639/fails/*.t t/issues/gh-639/succeeds/*.t t/issues/gh-650/*.t t/roles/*.t t/route-pod-coverage/*.t t/scope_problems/*.t t/template_tiny/*.t"
  }
);


my %FallbackPrereqs = (
  "App::Cmd::Setup" => 0,
  "Capture::Tiny" => "0.12",
  "Carp" => 0,
  "Class::Load" => 0,
  "Config::Any" => 0,
  "Cwd" => 0,
  "Data::Dumper" => 0,
  "Digest::SHA" => 0,
  "Encode" => 0,
  "Exporter" => "5.57",
  "ExtUtils::MakeMaker" => 0,
  "Fcntl" => 0,
  "File::Basename" => 0,
  "File::Copy" => 0,
  "File::Find" => 0,
  "File::Path" => 0,
  "File::ShareDir" => 0,
  "File::ShareDir::Install" => "0.06",
  "File::Spec" => 0,
  "File::Spec::Functions" => 0,
  "File::Temp" => "0.22",
  "FindBin" => 0,
  "HTTP::Body" => 0,
  "HTTP::Cookies" => 0,
  "HTTP::Date" => 0,
  "HTTP::Headers" => 0,
  "HTTP::Request" => 0,
  "HTTP::Request::Common" => 0,
  "HTTP::Server::PSGI" => 0,
  "HTTP::Tiny" => 0,
  "Hash::Merge::Simple" => 0,
  "IO::File" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Import::Into" => 0,
  "JSON" => 0,
  "List::Util" => 0,
  "MIME::Base64" => "3.13",
  "Module::Build" => "0.3601",
  "Module::Runtime" => 0,
  "Moo" => "1.003000",
  "Moo::Role" => 0,
  "MooX::Types::MooseLike" => "0.16",
  "MooX::Types::MooseLike::Base" => 0,
  "POSIX" => 0,
  "Plack" => "1.0029",
  "Plack::Builder" => 0,
  "Plack::MIME" => 0,
  "Plack::Middleware::Conditional" => 0,
  "Plack::Middleware::ContentLength" => 0,
  "Plack::Middleware::FixMissingBodyInRedirect" => 0,
  "Plack::Middleware::Head" => 0,
  "Plack::Middleware::RemoveRedundantBody" => 0,
  "Plack::Middleware::Static" => 0,
  "Plack::Request" => 0,
  "Plack::Response" => 0,
  "Plack::Test" => 0,
  "Pod::Simple::Search" => 0,
  "Pod::Simple::SimpleTree" => 0,
  "Return::MultiLevel" => 0,
  "Role::Tiny" => "1.003000",
  "Safe::Isa" => 0,
  "Scalar::Util" => 0,
  "Sub::Quote" => 0,
  "Template" => 0,
  "Template::Tiny" => 0,
  "Test::Builder" => 0,
  "Test::Fatal" => 0,
  "Test::Memory::Cycle" => "1.04",
  "Test::MockTime" => 0,
  "Test::More" => "0.92",
  "Try::Tiny" => 0,
  "URI" => 0,
  "URI::Escape" => 0,
  "YAML" => 0,
  "lib" => 0,
  "overload" => 0,
  "parent" => 0,
  "strict" => 0,
  "utf8" => 0,
  "vars" => 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);

{
package
MY;
use File::ShareDir::Install qw(postamble);
}