1# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015.
2use strict;
3use warnings;
4
5use 5.005;
6
7use ExtUtils::MakeMaker;
8
9my %WriteMakefileArgs = (
10  "ABSTRACT" => "A more casual approach to creating and sending Email:: emails",
11  "AUTHOR" => "Adam Kennedy <adamk\@cpan.org>, Ricardo SIGNES <rjbs\@cpan.org>",
12  "CONFIGURE_REQUIRES" => {
13    "ExtUtils::MakeMaker" => 0
14  },
15  "DISTNAME" => "Email-Stuffer",
16  "LICENSE" => "perl",
17  "MIN_PERL_VERSION" => "5.005",
18  "NAME" => "Email::Stuffer",
19  "PREREQ_PM" => {
20    "Carp" => 0,
21    "Email::MIME" => "1.943",
22    "Email::MIME::Creator" => 0,
23    "Email::Sender::Simple" => 0,
24    "File::Basename" => 0,
25    "Module::Runtime" => 0,
26    "Params::Util" => "1.05",
27    "Scalar::Util" => 0,
28    "strict" => 0,
29    "warnings" => 0
30  },
31  "TEST_REQUIRES" => {
32    "Email::Sender::Transport::Test" => "0.120000",
33    "ExtUtils::MakeMaker" => 0,
34    "File::Spec" => 0,
35    "File::Spec::Functions" => 0,
36    "Moo" => 0,
37    "Test::Fatal" => 0,
38    "Test::More" => "0.96",
39    "utf8" => 0
40  },
41  "VERSION" => "0.018",
42  "test" => {
43    "TESTS" => "t/*.t"
44  }
45);
46
47
48my %FallbackPrereqs = (
49  "Carp" => 0,
50  "Email::MIME" => "1.943",
51  "Email::MIME::Creator" => 0,
52  "Email::Sender::Simple" => 0,
53  "Email::Sender::Transport::Test" => "0.120000",
54  "ExtUtils::MakeMaker" => 0,
55  "File::Basename" => 0,
56  "File::Spec" => 0,
57  "File::Spec::Functions" => 0,
58  "Module::Runtime" => 0,
59  "Moo" => 0,
60  "Params::Util" => "1.05",
61  "Scalar::Util" => 0,
62  "Test::Fatal" => 0,
63  "Test::More" => "0.96",
64  "strict" => 0,
65  "utf8" => 0,
66  "warnings" => 0
67);
68
69
70unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
71  delete $WriteMakefileArgs{TEST_REQUIRES};
72  delete $WriteMakefileArgs{BUILD_REQUIRES};
73  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
74}
75
76delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
77  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
78
79WriteMakefile(%WriteMakefileArgs);
80