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

use 5.008001;

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" => "Dist::Zilla Mixed Up",
  "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::ShareDir::Install" => "0.06"
  },
  "DISTNAME" => "Zilla-Dist",
  "EXE_FILES" => [
    "bin/zild-convert-dist",
    "bin/zild-render-template",
    "bin/zild-make-cpan",
    "bin/zild-setup-release",
    "bin/zild-version-update",
    "bin/zild-massive-attack",
    "bin/zild-git-commit",
    "bin/zild-check-release",
    "bin/zild"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008001",
  "NAME" => "Zilla::Dist",
  "PREREQ_PM" => {
    "CPAN::Uploader" => "0.103007",
    "Dist::Zilla" => "5.029",
    "Dist::Zilla::Plugin::ChangesFromYaml" => "0.004",
    "Dist::Zilla::Plugin::GithubMeta" => "0.46",
    "Dist::Zilla::Plugin::ReadmeFromPod" => "0.30",
    "Dist::Zilla::Plugin::TestBaseIncluder" => "0.09",
    "Dist::Zilla::Plugin::TestMLIncluder" => "0.12",
    "Dist::Zilla::PluginBundle::Git" => "2.029",
    "ExtUtils::MakeMaker" => "6.98",
    "File::Share" => "0.25",
    "Hash::Merge" => "0.200",
    "IO::All" => "0.86",
    "JSON" => "2.90",
    "Swim" => "0.1.35",
    "Swim::Plugin::badge" => "0.1.8",
    "Swim::Plugin::cpan" => "0.0.5",
    "Template::Toolkit::Simple" => "0.31",
    "Test::Pod" => "1.48",
    "YAML::XS" => "0.55",
    "version" => "0.9908"
  },
  "VERSION" => "0.0.192",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "CPAN::Uploader" => "0.103007",
  "Dist::Zilla" => "5.029",
  "Dist::Zilla::Plugin::ChangesFromYaml" => "0.004",
  "Dist::Zilla::Plugin::GithubMeta" => "0.46",
  "Dist::Zilla::Plugin::ReadmeFromPod" => "0.30",
  "Dist::Zilla::Plugin::TestBaseIncluder" => "0.09",
  "Dist::Zilla::Plugin::TestMLIncluder" => "0.12",
  "Dist::Zilla::PluginBundle::Git" => "2.029",
  "ExtUtils::MakeMaker" => "6.98",
  "File::Share" => "0.25",
  "File::ShareDir::Install" => "0.06",
  "Hash::Merge" => "0.200",
  "IO::All" => "0.86",
  "JSON" => "2.90",
  "Swim" => "0.1.35",
  "Swim::Plugin::badge" => "0.1.8",
  "Swim::Plugin::cpan" => "0.0.5",
  "Template::Toolkit::Simple" => "0.31",
  "Test::Pod" => "1.48",
  "YAML::XS" => "0.55",
  "version" => "0.9908"
);


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);
}