# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.031. 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", "bin/zild-check-release", "bin/zild-convert-dist", "bin/zild-git-commit", "bin/zild-make-cpan", "bin/zild-markdown-plus", "bin/zild-massive-attack", "bin/zild-pandoc-json-to-pod", "bin/zild-render-template", "bin/zild-setup-release", "bin/zild-version-update" ], "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.008001", "NAME" => "Zilla::Dist", "PREREQ_PM" => { "Archive::Tar::Wrapper" => "0.38", "CPAN::Uploader" => "0.103007", "Capture::Tiny" => "0.48", "Dist::Zilla" => "6.025", "Dist::Zilla::Plugin::ChangesFromYaml" => "0.005", "Dist::Zilla::Plugin::GithubMeta" => "0.58", "Dist::Zilla::Plugin::MakeMaker::Awesome" => "0.49", "Dist::Zilla::Plugin::ReadmeFromPod" => "0.37", "Dist::Zilla::Plugin::TestBaseIncluder" => "0.09", "Dist::Zilla::Plugin::TestML1Includer" => "0.0.2", "Dist::Zilla::Plugin::TestMLIncluder" => "0.19", "Dist::Zilla::PluginBundle::Git" => "2.048", "ExtUtils::MakeMaker" => "6.98", "File::Share" => "0.25", "Hash::Merge" => "0.302", "IO::All" => "0.87", "JSON::PP" => "4.10", "Swim" => "0.1.48", "Swim::Plugin::badge" => "0.1.8", "Swim::Plugin::cpan" => "0.0.7", "Template::Toolkit::Simple" => "0.31", "Test::Pod" => "1.52", "YAML::PP" => "0.036", "version" => "0.9929" }, "VERSION" => "0.1.24", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "Archive::Tar::Wrapper" => "0.38", "CPAN::Uploader" => "0.103007", "Capture::Tiny" => "0.48", "Dist::Zilla" => "6.025", "Dist::Zilla::Plugin::ChangesFromYaml" => "0.005", "Dist::Zilla::Plugin::GithubMeta" => "0.58", "Dist::Zilla::Plugin::MakeMaker::Awesome" => "0.49", "Dist::Zilla::Plugin::ReadmeFromPod" => "0.37", "Dist::Zilla::Plugin::TestBaseIncluder" => "0.09", "Dist::Zilla::Plugin::TestML1Includer" => "0.0.2", "Dist::Zilla::Plugin::TestMLIncluder" => "0.19", "Dist::Zilla::PluginBundle::Git" => "2.048", "ExtUtils::MakeMaker" => "6.98", "File::Share" => "0.25", "Hash::Merge" => "0.302", "IO::All" => "0.87", "JSON::PP" => "4.10", "Swim" => "0.1.48", "Swim::Plugin::badge" => "0.1.8", "Swim::Plugin::cpan" => "0.0.7", "Template::Toolkit::Simple" => "0.31", "Test::Pod" => "1.52", "YAML::PP" => "0.036", "version" => "0.9929" ); 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); }