Codebase list libemail-mime-perl / HEAD Makefile.PL
HEAD

Tree @HEAD (Download .tar.gz)

Makefile.PL @HEADraw · history · blame

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
use strict;
use warnings;

use 5.012;

use ExtUtils::MakeMaker 6.78;

my %WriteMakefileArgs = (
  "ABSTRACT" => "easy MIME message handling",
  "AUTHOR" => "Ricardo SIGNES <cpan\@semiotic.systems>, Casey West <casey\@geeknest.com>, Simon Cozens <simon\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.78"
  },
  "DISTNAME" => "Email-MIME",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.012",
  "NAME" => "Email::MIME",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Email::Address::XS" => 0,
    "Email::MIME::ContentType" => "1.023",
    "Email::MIME::Encodings" => "1.314",
    "Email::MessageID" => 0,
    "Email::Simple" => "2.212",
    "Email::Simple::Creator" => 0,
    "Email::Simple::Header" => 0,
    "Encode" => "1.9801",
    "MIME::Base64" => 0,
    "MIME::Types" => "1.13",
    "Module::Runtime" => 0,
    "Scalar::Util" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => "0.96",
    "utf8" => 0
  },
  "VERSION" => "1.953",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Email::Address::XS" => 0,
  "Email::MIME::ContentType" => "1.023",
  "Email::MIME::Encodings" => "1.314",
  "Email::MessageID" => 0,
  "Email::Simple" => "2.212",
  "Email::Simple::Creator" => 0,
  "Email::Simple::Header" => 0,
  "Encode" => "1.9801",
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "MIME::Base64" => 0,
  "MIME::Types" => "1.13",
  "Module::Runtime" => 0,
  "Scalar::Util" => 0,
  "Test::More" => "0.96",
  "parent" => 0,
  "strict" => 0,
  "utf8" => 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);