# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.007. use strict; use warnings; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "Add Pod::Weaver section with consumed roles (what I am implementing) based on Moose OOP framework", "AUTHOR" => "Milan Sorm ", "BUILD_REQUIRES" => { "Module::Build" => "0.28" }, "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0, "Module::Build" => "0.28" }, "DISTNAME" => "Pod-Weaver-Section-MooseDep", "LICENSE" => "perl", "NAME" => "Pod::Weaver::Section::MooseDep", "PREREQ_PM" => { "Class::Inspector" => 0, "Module::Load" => 0, "Module::Metadata" => 0, "Moose" => 0, "Pod::Elemental::Element::Nested" => 0, "Pod::Elemental::Element::Pod5::Command" => 0, "Pod::Weaver::Role::Section" => 0, "aliased" => 0, "strict" => 0, "warnings" => 0 }, "VERSION" => "0.02", "test" => { "TESTS" => "" } ); my %FallbackPrereqs = ( "Class::Inspector" => 0, "Module::Build" => "0.28", "Module::Load" => 0, "Module::Metadata" => 0, "Moose" => 0, "Pod::Elemental::Element::Nested" => 0, "Pod::Elemental::Element::Pod5::Command" => 0, "Pod::Weaver::Role::Section" => 0, "aliased" => 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);