# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "like if C<bless> created accessors for you. Intended for hash reference-based Perl OOP only. This module uses C<Util::H2O::h2o> as the basis for actual object creation; but there's no reason other accessor makers couldn't have been used or can be used. I just really like C<h2o>. :-)",
"AUTHOR" => "oodler577 <oodler\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Util-H2O-More",
"LICENSE" => "perl",
"NAME" => "Util::H2O::More",
"PREREQ_PM" => {
"Util::H2O" => "0.18"
},
"TEST_REQUIRES" => {
"Test::Exception" => 0,
"Test::More" => 0
},
"VERSION" => "0.0.9",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Test::Exception" => 0,
"Test::More" => 0,
"Util::H2O" => "0.18"
);
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);