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

use 5.008;

use ExtUtils::MakeMaker;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Dist::Zilla plugin for Pod::Loom",
  "AUTHOR" => "Christopher J. Madsen <perl\@cjmweb.net>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Dist-Zilla-Plugin-PodLoom",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008",
  "NAME" => "Dist::Zilla::Plugin::PodLoom",
  "PREREQ_PM" => {
    "Dist::Zilla" => "4.200001",
    "Dist::Zilla::Role::FileMunger" => 0,
    "Dist::Zilla::Role::ModuleInfo" => "0.08",
    "Hash::Merge::Simple" => 0,
    "Moose" => "0.65",
    "Moose::Autobox" => 0,
    "Pod::Loom" => "0.05"
  },
  "TEST_REQUIRES" => {
    "Encode" => 0,
    "Test::DZil" => 0,
    "Test::More" => "0.88"
  },
  "VERSION" => "5.001",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Dist::Zilla" => "4.200001",
  "Dist::Zilla::Role::FileMunger" => 0,
  "Dist::Zilla::Role::ModuleInfo" => "0.08",
  "Encode" => 0,
  "ExtUtils::MakeMaker" => 0,
  "Hash::Merge::Simple" => 0,
  "Moose" => "0.65",
  "Moose::Autobox" => 0,
  "Pod::Loom" => "0.05",
  "Test::DZil" => 0,
  "Test::More" => "0.88"
);


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);