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

use 5.010;

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" => "A static site generator",
  "AUTHOR" => "Doug Bell <preaction\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::ShareDir::Install" => "0.06"
  },
  "DISTNAME" => "Statocles",
  "EXE_FILES" => [
    "bin/statocles"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "Statocles",
  "PREREQ_PM" => {
    "Beam::Emitter" => "0.007",
    "Beam::Wire" => "1.018",
    "DateTime::Moonpig" => 0,
    "Encode" => 0,
    "File::Share" => 0,
    "Git::Repository" => 0,
    "Import::Base" => "0.012",
    "JSON::PP" => 0,
    "List::UtilsBy" => "0.09",
    "Mojolicious" => "6.54",
    "Moo" => "2.000001",
    "Path::Tiny" => "0.084",
    "Pod::Simple" => "3.31",
    "Pod::Usage::Return" => 0,
    "Text::Markdown" => 0,
    "Text::Unidecode" => 0,
    "Type::Tiny" => 0,
    "Types::Path::Tiny" => 0,
    "YAML" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Capture::Tiny" => 0,
    "Dir::Self" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Storable" => 0,
    "Test::Deep" => 0,
    "Test::Differences" => "0.64",
    "Test::Exception" => 0,
    "Test::Lib" => 0,
    "Test::More" => "1.001005"
  },
  "VERSION" => "0.085",
  "test" => {
    "TESTS" => "t/*.t t/app/*.t t/app/basic/*.t t/app/blog/*.t t/app/perldoc/*.t t/app/role/*.t t/bin/*.t t/command/*.t t/deploy/*.t t/link/*.t t/page/*.t t/plugin/*.t t/site/*.t t/store/*.t t/template/*.t t/theme/*.t"
  }
);


my %FallbackPrereqs = (
  "Beam::Emitter" => "0.007",
  "Beam::Wire" => "1.018",
  "Capture::Tiny" => 0,
  "DateTime::Moonpig" => 0,
  "Dir::Self" => 0,
  "Encode" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Share" => 0,
  "File::Spec" => 0,
  "Git::Repository" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Import::Base" => "0.012",
  "JSON::PP" => 0,
  "List::UtilsBy" => "0.09",
  "Mojolicious" => "6.54",
  "Moo" => "2.000001",
  "Path::Tiny" => "0.084",
  "Pod::Simple" => "3.31",
  "Pod::Usage::Return" => 0,
  "Storable" => 0,
  "Test::Deep" => 0,
  "Test::Differences" => "0.64",
  "Test::Exception" => 0,
  "Test::Lib" => 0,
  "Test::More" => "1.001005",
  "Text::Markdown" => 0,
  "Text::Unidecode" => 0,
  "Type::Tiny" => 0,
  "Types::Path::Tiny" => 0,
  "YAML" => 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) };

if ( $^O eq 'darwin' ) {
	$WriteMakefileArgs{PREREQ_PM}{'Mac::FSEvents'} = '0';
}

WriteMakefile(%WriteMakefileArgs);

{
package
MY;
use File::ShareDir::Install qw(postamble);
}