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

use 5.010001;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Some utilities for Org documents",
  "AUTHOR" => "perlancar <perlancar\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-OrgUtils",
  "EXE_FILES" => [
    "script/count-done-org-todos",
    "script/count-org-headlines-fast",
    "script/count-org-todos",
    "script/count-org-todos-fast",
    "script/count-undone-org-todos",
    "script/dump-org-structure",
    "script/filter-org-by-headlines",
    "script/list-org-anniversaries",
    "script/list-org-headlines",
    "script/list-org-headlines-fast",
    "script/list-org-priorities",
    "script/list-org-tags",
    "script/list-org-todo-states",
    "script/list-org-todos",
    "script/list-org-todos-fast",
    "script/move-done-todos",
    "script/org-to-html",
    "script/org-to-html-wordpress",
    "script/org2html",
    "script/org2html-wp",
    "script/stat-org-document"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010001",
  "NAME" => "App::OrgUtils",
  "PREREQ_PM" => {
    "Complete::Util" => "0.57",
    "Cwd" => 0,
    "Data::Sah::Compiler::perl::TH::any" => 0,
    "Data::Sah::Compiler::perl::TH::array" => 0,
    "Data::Sah::Compiler::perl::TH::bool" => 0,
    "Data::Sah::Compiler::perl::TH::code" => 0,
    "Data::Sah::Compiler::perl::TH::int" => 0,
    "Data::Sah::Compiler::perl::TH::obj" => 0,
    "Data::Sah::Compiler::perl::TH::re" => 0,
    "Data::Sah::Compiler::perl::TH::str" => 0,
    "DateTime" => 0,
    "Digest::MD5" => 0,
    "Exporter" => 0,
    "Function::Fallback::CoreOrPP" => 0,
    "Lingua::EN::Numbers::Ordinate" => 0,
    "List::MoreUtils" => 0,
    "List::Util" => 0,
    "Log::ger" => "0.011",
    "Org::Document" => 0,
    "Org::Dump" => 0,
    "Org::Parser" => "0.53",
    "Org::To::HTML" => "0.18",
    "Org::To::HTML::WordPress" => 0,
    "Path::Tiny" => 0,
    "Perinci::CmdLine::Any" => "0.09",
    "Perinci::CmdLine::Base" => "1.75",
    "Perinci::Sub::ArgEntity::filename" => 0,
    "Perinci::Sub::ArgEntity::timezone" => 0,
    "Perinci::Sub::Util" => "0.46",
    "Scalar::Util" => 0,
    "experimental" => 0,
    "open" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.46",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Complete::Util" => "0.57",
  "Cwd" => 0,
  "Data::Sah::Compiler::perl::TH::any" => 0,
  "Data::Sah::Compiler::perl::TH::array" => 0,
  "Data::Sah::Compiler::perl::TH::bool" => 0,
  "Data::Sah::Compiler::perl::TH::code" => 0,
  "Data::Sah::Compiler::perl::TH::int" => 0,
  "Data::Sah::Compiler::perl::TH::obj" => 0,
  "Data::Sah::Compiler::perl::TH::re" => 0,
  "Data::Sah::Compiler::perl::TH::str" => 0,
  "DateTime" => 0,
  "Digest::MD5" => 0,
  "Exporter" => 0,
  "File::Spec" => 0,
  "Function::Fallback::CoreOrPP" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Lingua::EN::Numbers::Ordinate" => 0,
  "List::MoreUtils" => 0,
  "List::Util" => 0,
  "Log::ger" => "0.011",
  "Org::Document" => 0,
  "Org::Dump" => 0,
  "Org::Parser" => "0.53",
  "Org::To::HTML" => "0.18",
  "Org::To::HTML::WordPress" => 0,
  "Path::Tiny" => 0,
  "Perinci::CmdLine::Any" => "0.09",
  "Perinci::CmdLine::Base" => "1.75",
  "Perinci::Sub::ArgEntity::filename" => 0,
  "Perinci::Sub::ArgEntity::timezone" => 0,
  "Perinci::Sub::Util" => "0.46",
  "Scalar::Util" => 0,
  "Test::More" => 0,
  "experimental" => 0,
  "open" => 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);