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

use 5.008005;

use ExtUtils::MakeMaker;

# prereqs added starting at utf8
my %WriteMakefileArgs = (
  "ABSTRACT" => "Facilitates the creation and modification of PDF files",
  "AUTHOR" => "Phil Perry <phil4597\@catskilltech.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "PDF-Builder",
  "LICENSE" => "lgpl",
  "MIN_PERL_VERSION" => "5.008005",
  "NAME" => "PDF::Builder",
  "PREREQ_PM" => {
    "Compress::Zlib" => "1.0",
    "Font::TTF" => 0,
    "utf8" => 0,
    "File::Temp" => 0,
    "File::Basename" => 0,
    "File::Find" => 0,
    "Scalar::Util" => 0,
    "IO::File" => 0,
    "Unicode::UCD" => 0,
    "warnings" => 0,
    "Math::Trig" => 0,
    "List::Util" => 0,
    "POSIX" => 0
  },
  "VERSION" => "3.004",
  "test" => {
    "TESTS" => "t/*.t"
  }
);

# prereqs added starting at utf8
my %FallbackPrereqs = (
  "Compress::Zlib" => "1.0",
  "Font::TTF" => 0,
  "utf8" => 0,
  "File::Temp" => 0,
  "File::Basename" => 0,
  "File::Find" => 0,
  "Scalar::Util" => 0,
  "IO::File" => 0,
  "Unicode::UCD" => 0,
  "warnings" => 0,
  "Math::Trig" => 0,
  "List::Util" => 0,
  "POSIX" => 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 'MSWin32' ) {
	$WriteMakefileArgs{PREREQ_PM}{'Win32::TieRegistry'} = '0';
}
if ( $^O eq 'MacOS' ) {
	$WriteMakefileArgs{PREREQ_PM}{'MacPerl'} = '0';
}

WriteMakefile(%WriteMakefileArgs);