Courriel

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This Makefile.PL for Courriel was generated by
# Dist::Zilla::Plugin::DROLSKY::MakeMaker 1.19
# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.48.
# Don't edit it but the dist.ini and plugins used to construct it.

use strict;
use warnings;

use 5.010000;
use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "High level email parsing and manipulation",
  "AUTHOR" => "Dave Rolsky <autarch\@urth.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Courriel",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.010000",
  "NAME" => "Courriel",
  "PREREQ_PM" => {
    "Carp" => 0,
    "DateTime" => 0,
    "DateTime::Format::Mail" => "0.403",
    "DateTime::Format::Natural" => 0,
    "Devel::PartialDump" => 0,
    "Email::Abstract::Plugin" => 0,
    "Email::Address::XS" => 0,
    "Email::MIME::Encodings" => 0,
    "Email::MessageID" => 0,
    "Encode" => 0,
    "Exporter" => 0,
    "File::Basename" => 0,
    "File::LibMagic" => 0,
    "File::Slurper" => 0,
    "List::AllUtils" => 0,
    "List::MoreUtils" => "0.28",
    "MIME::Base64" => 0,
    "MIME::QuotedPrint" => 0,
    "Moose" => 0,
    "Moose::Role" => 0,
    "MooseX::Role::Parameterized" => 0,
    "MooseX::StrictConstructor" => 0,
    "MooseX::Types" => 0,
    "MooseX::Types::Combine" => 0,
    "MooseX::Types::Common::String" => 0,
    "MooseX::Types::Moose" => 0,
    "Params::ValidationCompiler" => "0.26",
    "Scalar::Util" => 0,
    "Sub::Exporter" => 0,
    "namespace::autoclean" => 0,
    "parent" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Sys::Hostname" => 0,
    "Test::Differences" => 0,
    "Test::Fatal" => 0,
    "Test::More" => "0.96",
    "Test::Requires" => 0,
    "Test::Warnings" => 0,
    "utf8" => 0
  },
  "VERSION" => "0.49",
  "test" => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "Carp" => 0,
  "DateTime" => 0,
  "DateTime::Format::Mail" => "0.403",
  "DateTime::Format::Natural" => 0,
  "Devel::PartialDump" => 0,
  "Email::Abstract::Plugin" => 0,
  "Email::Address::XS" => 0,
  "Email::MIME::Encodings" => 0,
  "Email::MessageID" => 0,
  "Encode" => 0,
  "Exporter" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Basename" => 0,
  "File::LibMagic" => 0,
  "File::Slurper" => 0,
  "File::Spec" => 0,
  "List::AllUtils" => 0,
  "List::MoreUtils" => "0.28",
  "MIME::Base64" => 0,
  "MIME::QuotedPrint" => 0,
  "Moose" => 0,
  "Moose::Role" => 0,
  "MooseX::Role::Parameterized" => 0,
  "MooseX::StrictConstructor" => 0,
  "MooseX::Types" => 0,
  "MooseX::Types::Combine" => 0,
  "MooseX::Types::Common::String" => 0,
  "MooseX::Types::Moose" => 0,
  "Params::ValidationCompiler" => "0.26",
  "Scalar::Util" => 0,
  "Sub::Exporter" => 0,
  "Sys::Hostname" => 0,
  "Test::Differences" => 0,
  "Test::Fatal" => 0,
  "Test::More" => "0.96",
  "Test::Requires" => 0,
  "Test::Warnings" => 0,
  "namespace::autoclean" => 0,
  "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);



( run in 0.729 second using v1.01-cache-2.11-cpan-39bf76dae61 )