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

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "A document reader written with GTK+.",
  "AUTHOR" => "Project Renard",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Renard-Curie",
  "EXE_FILES" => [
    "bin/curie"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.012",
  "NAME" => "Renard::Curie",
  "PREREQ_PM" => {
    "Bread::Board::Declare" => 0,
    "Cairo" => 0,
    "File::Basename" => 0,
    "File::Spec" => 0,
    "FindBin" => 0,
    "Getopt::Long::Descriptive" => 0,
    "Glib" => 0,
    "Glib::Object::Introspection" => 0,
    "Glib::Object::Subclass" => 0,
    "Gtk3" => 0,
    "Lingua::EN::Inflect" => 0,
    "List::AllUtils" => 0,
    "Log::Any::Adapter" => 0,
    "Log::Any::Adapter::Base" => 0,
    "Log::Any::Adapter::Util" => 0,
    "Module::Util" => 0,
    "Moo" => "2.001001",
    "Moo::Role" => 0,
    "MooX::BuildArgs" => 0,
    "MooX::HandlesVia" => 0,
    "MooX::Lsub" => 0,
    "MooX::Role::CloneSet" => 0,
    "MooX::Role::CloneSet::BuildArgs" => 0,
    "MooX::Role::Logger" => 0,
    "MooX::Struct" => 0,
    "Moose" => 0,
    "POSIX" => 0,
    "Renard::Curie::Setup" => 0,
    "Renard::Incunabula::Common::Error" => 0,
    "Renard::Incunabula::Common::Setup" => 0,
    "Renard::Incunabula::Common::Types" => 0,
    "Renard::Incunabula::Format::PDF::Document" => 0,
    "Renard::Incunabula::Frontend::Gtk3::Helper" => 0,
    "Test::Deep::NoTest" => 0,
    "URI" => 0,
    "URI::file" => 0,
    "constant" => 0,
    "lib" => 0,
    "strict" => 0,
    "vars" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Temp" => 0,
    "Log::Any" => 0,
    "Path::Tiny" => 0,
    "Renard::Incunabula::Format::Cairo::ImageSurface::Document" => 0,
    "Renard::Incunabula::Outline" => 0,
    "Test::Exception" => "0.43",
    "Test::MockModule" => 0,
    "Test::MockObject" => 0,
    "Test::Most" => 0,
    "Test::Trap" => 0,
    "version" => "0.77"
  },
  "VERSION" => "0.003",
  "test" => {
    "TESTS" => "t/Renard/Curie/*.t t/Renard/Curie/Component/*.t t/Renard/Curie/Model/View/*.t t/Renard/Curie/Model/ViewOptions/*.t t/Renard/Incunabula/*.t"
  }
);


my %FallbackPrereqs = (
  "Bread::Board::Declare" => 0,
  "Cairo" => 0,
  "File::Basename" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "FindBin" => 0,
  "Getopt::Long::Descriptive" => 0,
  "Glib" => 0,
  "Glib::Object::Introspection" => 0,
  "Glib::Object::Subclass" => 0,
  "Gtk3" => 0,
  "Lingua::EN::Inflect" => 0,
  "List::AllUtils" => 0,
  "Log::Any" => 0,
  "Log::Any::Adapter" => 0,
  "Log::Any::Adapter::Base" => 0,
  "Log::Any::Adapter::Util" => 0,
  "Module::Util" => 0,
  "Moo" => "2.001001",
  "Moo::Role" => 0,
  "MooX::BuildArgs" => 0,
  "MooX::HandlesVia" => 0,
  "MooX::Lsub" => 0,
  "MooX::Role::CloneSet" => 0,
  "MooX::Role::CloneSet::BuildArgs" => 0,
  "MooX::Role::Logger" => 0,
  "MooX::Struct" => 0,
  "Moose" => 0,
  "POSIX" => 0,
  "Path::Tiny" => 0,
  "Renard::Curie::Setup" => 0,
  "Renard::Incunabula::Common::Error" => 0,
  "Renard::Incunabula::Common::Setup" => 0,
  "Renard::Incunabula::Common::Types" => 0,
  "Renard::Incunabula::Format::Cairo::ImageSurface::Document" => 0,
  "Renard::Incunabula::Format::PDF::Document" => 0,
  "Renard::Incunabula::Frontend::Gtk3::Helper" => 0,
  "Renard::Incunabula::Outline" => 0,
  "Test::Deep::NoTest" => 0,
  "Test::Exception" => "0.43",
  "Test::MockModule" => 0,
  "Test::MockObject" => 0,
  "Test::Most" => 0,
  "Test::Trap" => 0,
  "URI" => 0,
  "URI::file" => 0,
  "constant" => 0,
  "lib" => 0,
  "strict" => 0,
  "vars" => 0,
  "version" => "0.77",
  "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 'MSWin32' ) {
	$WriteMakefileArgs{PREREQ_PM}{'Win32'} = '0';
	$WriteMakefileArgs{PREREQ_PM}{'Win32::HideConsole'} = '0';
}

WriteMakefile(%WriteMakefileArgs);