Intertangle-Jacquard

 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.029.
use strict;
use warnings;

use 5.012;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "A high-level structured graphics library",
  "AUTHOR" => "Zakariyya Mughal <zmughal\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Intertangle-Jacquard",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.012",
  "NAME" => "Intertangle::Jacquard",
  "PREREQ_PM" => {
    "Intertangle::Punchcard" => "0.002",
    "Intertangle::Punchcard::Attributes" => 0,
    "Intertangle::Punchcard::Backend::Kiwisolver::Context" => 0,
    "Intertangle::Yarn::Graphene" => 0,
    "Intertangle::Yarn::Types" => 0,
    "List::AllUtils" => 0,
    "Modern::Perl" => 0,
    "Module::Load" => 0,
    "Moo" => 0,
    "Moo::Role" => 0,
    "MooX::Role::Logger" => 0,
    "MooseX::ClassAttribute" => 0,
    "Mu" => 0,
    "Mu::Role" => 0,
    "Renard::Incunabula" => "0.004",
    "Renard::Incunabula::Common::Setup" => 0,
    "Renard::Incunabula::Common::Types" => 0,
    "Tree::DAG_Node" => 0,
    "Type::Library" => "0.008",
    "Type::Utils" => 0,
    "custom::failures" => 0
  },
  "TEST_REQUIRES" => {
    "SVG" => 0,
    "Test::Most" => 0,
    "lib" => 0
  },
  "VERSION" => "0.002",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Intertangle::Punchcard" => "0.002",
  "Intertangle::Punchcard::Attributes" => 0,
  "Intertangle::Punchcard::Backend::Kiwisolver::Context" => 0,
  "Intertangle::Yarn::Graphene" => 0,
  "Intertangle::Yarn::Types" => 0,
  "List::AllUtils" => 0,
  "Modern::Perl" => 0,
  "Module::Load" => 0,
  "Moo" => 0,
  "Moo::Role" => 0,
  "MooX::Role::Logger" => 0,
  "MooseX::ClassAttribute" => 0,
  "Mu" => 0,
  "Mu::Role" => 0,
  "Renard::Incunabula" => "0.004",
  "Renard::Incunabula::Common::Setup" => 0,
  "Renard::Incunabula::Common::Types" => 0,
  "SVG" => 0,
  "Test::Most" => 0,
  "Tree::DAG_Node" => 0,
  "Type::Library" => "0.008",
  "Type::Utils" => 0,
  "custom::failures" => 0,
  "lib" => 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.705 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )