# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.039.
use strict;
use 5.008001;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "share";
my %WriteMakefileArgs = (
"ABSTRACT" => "See What I Mean?!",
"AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::ShareDir::Install" => "0.06"
},
"DISTNAME" => "Swim",
"EXE_FILES" => [
"bin/swim"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008001",
"NAME" => "Swim",
"PREREQ_PM" => {
"HTML::Escape" => 0,
"Hash::Merge" => 0,
"Pegex" => "0.41",
"Text::Autoformat" => 0,
"YAML::XS" => 0
},
"VERSION" => "0.1.40",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"HTML::Escape" => 0,
"Hash::Merge" => 0,
"Pegex" => "0.41",
"Text::Autoformat" => 0,
"YAML::XS" => 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);
}