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

use 5.010001;

use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Export contacts in Org document to VCF (vCard addressbook)",
  "AUTHOR" => "Steven Haryanto <stevenharyanto\@gmail.com>",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "Org-To-VCF",
  "EXE_FILES" => [
    "bin/org-to-vcf"
  ],
  "LICENSE" => "perl",
  "NAME" => "Org::To::VCF",
  "PREREQ_PM" => {
    "Log::Any" => 0,
    "Moo" => 0,
    "Number::Phone::CountryCode" => 0,
    "Org::Document" => "0.18",
    "Org::Dump" => "0.18",
    "Org::To::Base" => "0.10",
    "Perinci::CmdLine::Any" => "0.06",
    "Rinci" => "v1.1.0",
    "String::Escape" => 0,
    "Text::vCard::Addressbook" => "3.06",
    "experimental" => 0
  },
  "TEST_REQUIRES" => {
    "File::Slurp::Tiny" => 0,
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::Differences" => 0,
    "Test::More" => "0.98"
  },
  "VERSION" => "0.06",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "File::Slurp::Tiny" => 0,
  "File::Spec" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Log::Any" => 0,
  "Moo" => 0,
  "Number::Phone::CountryCode" => 0,
  "Org::Document" => "0.18",
  "Org::Dump" => "0.18",
  "Org::To::Base" => "0.10",
  "Perinci::CmdLine::Any" => "0.06",
  "Rinci" => "v1.1.0",
  "String::Escape" => 0,
  "Test::Differences" => 0,
  "Test::More" => "0.98",
  "Text::vCard::Addressbook" => "3.06",
  "experimental" => 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);