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

use 5.006;

use ExtUtils::MakeMaker ;



my %WriteMakefileArgs = (
  "ABSTRACT" => "A collection of Gentoo::Overlay objects.",
  "AUTHOR" => "Kent Fredric <kentnl\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Gentoo-Overlay-Group",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "Gentoo::Overlay::Group",
  "PREREQ_PM" => {
    "Gentoo::Overlay" => "2.001001",
    "Gentoo::Overlay::Exceptions" => 0,
    "Gentoo::Overlay::Types" => 0,
    "Moo" => 0,
    "MooX::HandlesVia" => 0,
    "MooseX::Has::Sugar" => 0,
    "Scalar::Util" => 0,
    "Types::Path::Tiny" => 0,
    "Types::Standard" => 0,
    "namespace::clean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "FindBin" => 0,
    "Path::Tiny" => 0,
    "Test::Fatal" => 0,
    "Test::More" => "0.96",
    "Test::Output" => 0
  },
  "VERSION" => "1.000000",
  "test" => {
    "TESTS" => "t/*.t t/00-compile/*.t"
  }
);


my %FallbackPrereqs = (
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "FindBin" => 0,
  "Gentoo::Overlay" => "2.001001",
  "Gentoo::Overlay::Exceptions" => 0,
  "Gentoo::Overlay::Types" => 0,
  "Moo" => 0,
  "MooX::HandlesVia" => 0,
  "MooseX::Has::Sugar" => 0,
  "Path::Tiny" => 0,
  "Scalar::Util" => 0,
  "Test::Fatal" => 0,
  "Test::More" => "0.96",
  "Test::Output" => 0,
  "Types::Path::Tiny" => 0,
  "Types::Standard" => 0,
  "namespace::clean" => 0,
  "strict" => 0,
  "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) };

WriteMakefile(%WriteMakefileArgs);