API-MailboxOrg

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

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

use 5.024;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Perl library to work with the API for the Mailbox.org API",
  "AUTHOR" => "Renee Baecker <reneeb\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "API-MailboxOrg",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.024",
  "NAME" => "API::MailboxOrg",
  "PREREQ_PM" => {
    "Carp" => 0,
    "IO::Socket::SSL" => 0,
    "JSON::PP" => 0,
    "Mojolicious" => 8,
    "Moo" => "1.003001",
    "MooX::Singleton" => 0,
    "Params::ValidationCompiler" => "0.30",
    "Scalar::Util" => 0,
    "Type::Library" => "1.012",
    "Type::Utils" => "1.012",
    "Types::Mojo" => "0.04",
    "Types::Standard" => "1.012"
  },
  "TEST_REQUIRES" => {
    "Pod::Coverage::TrustPod" => 0,
    "Test::Exception" => 0,
    "Test::More" => 0,
    "Test::RequiresInternet" => 0,
    "Test::Spec" => 0
  },
  "VERSION" => "1.0.2",
  "test" => {
    "TESTS" => "t/*.t t/types/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "IO::Socket::SSL" => 0,
  "JSON::PP" => 0,
  "Mojolicious" => 8,
  "Moo" => "1.003001",
  "MooX::Singleton" => 0,
  "Params::ValidationCompiler" => "0.30",
  "Pod::Coverage::TrustPod" => 0,
  "Scalar::Util" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Test::RequiresInternet" => 0,
  "Test::Spec" => 0,
  "Type::Library" => "1.012",
  "Type::Utils" => "1.012",
  "Types::Mojo" => "0.04",
  "Types::Standard" => "1.012"
);


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);

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.477 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )