Moxie

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

use 5.022000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Not Another Moose Clone",
  "AUTHOR" => "Stevan Little <stevan\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Moxie",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.022000",
  "NAME" => "Moxie",
  "PREREQ_PM" => {
    "BEGIN::Lift" => "0.06",
    "MOP" => "0.12",
    "Method::Traits" => "0.08",
    "Module::Runtime" => 0,
    "PadWalker" => 0,
    "Sub::Util" => 0,
    "UNIVERSAL::Object" => "0.13",
    "experimental" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Fatal" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.07",
  "test" => {
    "TESTS" => "t/000-samples/*.t t/001-basic/*.t t/030-roles/*.t t/040-method/*.t t/050-non-mop-integration/*.t t/080-enum/*.t t/100-annotations/*.t"
  }
);


my %FallbackPrereqs = (
  "BEGIN::Lift" => "0.06",
  "MOP" => "0.12",
  "Method::Traits" => "0.08",
  "Module::Runtime" => 0,
  "PadWalker" => 0,
  "Sub::Util" => 0,
  "Test::Fatal" => 0,
  "Test::More" => 0,
  "UNIVERSAL::Object" => "0.13",
  "experimental" => 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.803 second using v1.01-cache-2.11-cpan-e1769b4cff6 )