Alien-YAMLScript

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

use 5.016000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Program in YAML \x{2014} Code is Data",
  "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@ingy.net>",
  "BUILD_REQUIRES" => {
    "Alien::Build" => "0.32",
    "Alien::Build::MM" => "0.32",
    "ExtUtils::MakeMaker" => "6.52"
  },
  "CONFIGURE_REQUIRES" => {
    "Alien::Build" => "0.32",
    "Alien::Build::MM" => "0.32",
    "Alien::Build::Plugin::Download::GitHub" => "0.10",
    "ExtUtils::MakeMaker" => "6.52"
  },
  "DISTNAME" => "Alien-YAMLScript",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.016000",
  "NAME" => "Alien::YAMLScript",
  "PREREQ_PM" => {
    "Cpanel::JSON::XS" => "4.37"
  },
  "TEST_REQUIRES" => {
    "Test2::V0" => "0.000159",
    "Test::Alien" => "2.8"
  },
  "VERSION" => "0.2.8",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Alien::Build" => "0.32",
  "Alien::Build::MM" => "0.32",
  "Cpanel::JSON::XS" => "4.37",
  "ExtUtils::MakeMaker" => "6.52",
  "Test2::V0" => "0.000159",
  "Test::Alien" => "2.8"
);


# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
use Alien::Build::MM;
my $abmm = Alien::Build::MM->new;
%WriteMakefileArgs = $abmm->mm_args(%WriteMakefileArgs);
# END code inserted by Dist::Zilla::Plugin::AlienBuild


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


# BEGIN code inserted by Dist::Zilla::Plugin::AlienBuild
{ package
    MY;
  sub postamble {
    $abmm->mm_postamble(@_);
  }
  sub install {
    $abmm->can('mm_install')
      ? $abmm->mm_install(@_)
      : shift->SUPER::install(@_);
  }
}
# END code inserted by Dist::Zilla::Plugin::AlienBuild



( run in 3.494 seconds using v1.01-cache-2.11-cpan-d6968d3fc7c )