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

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Provides helpers for dealing with Gtk3 code",
  "AUTHOR" => "Project Renard",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Renard-Incunabula-Frontend-Gtk3",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Renard::Incunabula::Frontend::Gtk3",
  "PREREQ_PM" => {
    "Class::Method::Modifiers" => 0,
    "File::Basename" => 0,
    "File::Spec" => 0,
    "Function::Parameters" => 0,
    "Gtk3" => 0,
    "Module::Util" => 0,
    "Moo::Role" => 0,
    "Renard::Incunabula::Common::Setup" => 0,
    "Renard::Incunabula::Common::Types" => 0
  },
  "TEST_REQUIRES" => {
    "Renard::Incunabula::Devel::TestHelper" => 0,
    "Test::Most" => 0,
    "lib" => 0
  },
  "VERSION" => "0.003",
  "test" => {
    "TESTS" => "t/Renard/Incunabula/Frontend/Gtk3/*.t"
  }
);


my %FallbackPrereqs = (
  "Class::Method::Modifiers" => 0,
  "File::Basename" => 0,
  "File::Spec" => 0,
  "Function::Parameters" => 0,
  "Gtk3" => 0,
  "Module::Util" => 0,
  "Moo::Role" => 0,
  "Renard::Incunabula::Common::Setup" => 0,
  "Renard::Incunabula::Common::Types" => 0,
  "Renard::Incunabula::Devel::TestHelper" => 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);