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.010;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Provides a Document and Page for PDF files.",
  "AUTHOR" => "Project Renard",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Renard-Incunabula-Format-PDF",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "Renard::Incunabula::Format::PDF",
  "PREREQ_PM" => {
    "Cairo" => 0,
    "Function::Parameters" => 0,
    "Math::Polygon" => 0,
    "Math::Trig" => 0,
    "Moo" => 0,
    "MooX::HandlesVia" => 0,
    "POSIX" => 0,
    "Renard::Incunabula::Common::Setup" => 0,
    "Renard::Incunabula::Common::Types" => 0,
    "Renard::Incunabula::Document" => 0,
    "Renard::Incunabula::MuPDF::mutool" => 0,
    "Renard::Incunabula::Outline" => 0
  },
  "TEST_REQUIRES" => {
    "Renard::Incunabula::Devel::TestHelper" => 0,
    "Test::Most" => 0,
    "lib" => 0
  },
  "VERSION" => "0.003",
  "test" => {
    "TESTS" => "t/Renard/Incunabula/Format/PDF/*.t"
  }
);


my %FallbackPrereqs = (
  "Cairo" => 0,
  "Function::Parameters" => 0,
  "Math::Polygon" => 0,
  "Math::Trig" => 0,
  "Moo" => 0,
  "MooX::HandlesVia" => 0,
  "POSIX" => 0,
  "Renard::Incunabula::Common::Setup" => 0,
  "Renard::Incunabula::Common::Types" => 0,
  "Renard::Incunabula::Devel::TestHelper" => 0,
  "Renard::Incunabula::Document" => 0,
  "Renard::Incunabula::MuPDF::mutool" => 0,
  "Renard::Incunabula::Outline" => 0,
  "Test::Most" => 0,
  "lib" => 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);