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



use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Generate some stuff via introspection",
  "AUTHOR" => "Dave Houston <dhouston\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "Pod-Weaver-Section-ClassMopper",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "Pod::Weaver::Section::ClassMopper",
  "PREREQ_PM" => {
    "Class::Load" => 0,
    "List::Util" => 0,
    "Moose" => 0,
    "Moose::Util::TypeConstraints" => 0,
    "Pod::Elemental::Element::Nested" => 0,
    "Pod::Elemental::Element::Pod5::Command" => 0,
    "Pod::Elemental::Element::Pod5::Ordinary" => 0,
    "Pod::Weaver::Role::Section" => 0,
    "Try::Tiny" => 0
  },
  "TEST_REQUIRES" => {
    "Data::Dumper" => 0,
    "PPI" => 0,
    "Pod::Weaver" => 0,
    "Test::More" => 0,
    "lib" => 0
  },
  "VERSION" => "1.150880",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Class::Load" => 0,
  "Data::Dumper" => 0,
  "List::Util" => 0,
  "Moose" => 0,
  "Moose::Util::TypeConstraints" => 0,
  "PPI" => 0,
  "Pod::Elemental::Element::Nested" => 0,
  "Pod::Elemental::Element::Pod5::Command" => 0,
  "Pod::Elemental::Element::Pod5::Ordinary" => 0,
  "Pod::Weaver" => 0,
  "Pod::Weaver::Role::Section" => 0,
  "Test::More" => 0,
  "Try::Tiny" => 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);