# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.014. use strict; use warnings; use 5.010; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "manage directory and symlink creation, globally and per-project", "AUTHOR" => "John SJ Anderson ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "App-MiseEnPlace", "EXE_FILES" => [ "bin/mise" ], "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.010", "NAME" => "App::MiseEnPlace", "PREREQ_PM" => { "App::Cmd::Simple" => 0, "Carp" => 0, "File::HomeDir" => 0, "Moo" => "2.000000", "MooX::HandlesVia" => "0.001008", "Path::Tiny" => 0, "Term::ANSIColor" => 0, "Try::Tiny" => 0, "Types::Standard" => 0, "YAML" => 0, "autodie" => 0, "base" => 0, "strict" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { "File::Spec" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, "Test::More" => "0.94" }, "VERSION" => "0.170", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "App::Cmd::Simple" => 0, "Carp" => 0, "File::HomeDir" => 0, "File::Spec" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, "Moo" => "2.000000", "MooX::HandlesVia" => "0.001008", "Path::Tiny" => 0, "Term::ANSIColor" => 0, "Test::More" => "0.94", "Try::Tiny" => 0, "Types::Standard" => 0, "YAML" => 0, "autodie" => 0, "base" => 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);