# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008. 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" => "Create a single .t for each compilable file in a distribution", "AUTHOR" => "Kent Fredric <kentnl\@cpan.org>", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0, "File::ShareDir::Install" => "0.06" }, "DISTNAME" => "Dist-Zilla-Plugin-Test-Compile-PerFile", "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.006", "NAME" => "Dist::Zilla::Plugin::Test::Compile::PerFile", "PREREQ_PM" => { "B" => 0, "Dist::Zilla::File::FromCode" => 0, "Dist::Zilla::Plugin::FinderCode" => 0, "Dist::Zilla::Role::FileGatherer" => 0, "Dist::Zilla::Role::TextTemplate" => 0, "File::ShareDir" => 0, "Moose" => 0, "Moose::Util::TypeConstraints" => 0, "MooseX::LazyRequire" => 0, "Path::Tiny" => 0, "strict" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { "Capture::Tiny" => 0, "ExtUtils::MakeMaker" => 0, "File::Spec" => 0, "Test::DZil" => 0, "Test::File::ShareDir::Dist" => 0, "Test::More" => 0 }, "VERSION" => "0.004000", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } ); my %FallbackPrereqs = ( "B" => 0, "Capture::Tiny" => 0, "Dist::Zilla::File::FromCode" => 0, "Dist::Zilla::Plugin::FinderCode" => 0, "Dist::Zilla::Role::FileGatherer" => 0, "Dist::Zilla::Role::TextTemplate" => 0, "ExtUtils::MakeMaker" => 0, "File::ShareDir" => 0, "File::Spec" => 0, "Moose" => 0, "Moose::Util::TypeConstraints" => 0, "MooseX::LazyRequire" => 0, "Path::Tiny" => 0, "Test::DZil" => 0, "Test::File::ShareDir::Dist" => 0, "Test::More" => 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); { package MY; use File::ShareDir::Install qw(postamble); }