Acme-Ford-Prefect2

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

BEGIN {
  use strict; use warnings;
  unless(eval q{ use 5.006; 1}) {
    print "Perl 5.006 or better required\n";
    exit;
  }
}
# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.72.
use strict;
use warnings;
use 5.006;
use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT"       => "Test Module for Alien::Base + Alien::Build",
  "AUTHOR"         => "Graham Ollis <plicease\@cpan.org>, Joel A Berger <joel.a.berger\@gmail.com>",
  "BUILD_REQUIRES" => {
    "Acme::Alien::DontPanic2" => "2.7200"
  },
  "CONFIGURE_REQUIRES" => {
    "Acme::Alien::DontPanic2" => "2.7200",
    "Alien::Base::Wrapper"    => "2.72",
    "ExtUtils::MakeMaker"     => 0
  },
  "DISTNAME"         => "Acme-Ford-Prefect2",
  "LICENSE"          => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME"             => "Acme::Ford::Prefect2",
  "PM"               => {
    "lib/Acme/Ford/Prefect2.pm" => "\$(INST_LIB)/Acme/Ford/Prefect2.pm"
  },
  "PREREQ_PM" => {
    "XSLoader" => 0
  },
  "TEST_REQUIRES" => {
    "Alien::Base::Wrapper" => 0,
    "Data::Dumper"         => 0,
    "Test2::V0"            => "0.000121"
  },
  "VERSION" => "2.7200",
  "test"    => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "Acme::Alien::DontPanic2" => "2.7200",
  "Alien::Base::Wrapper"    => 0,
  "Data::Dumper"            => 0,
  "Test2::V0"               => "0.000121",
  "XSLoader"                => 0
);

# BEGIN code inserted by Dist::Zilla::Plugin::AlienBase::Wrapper
use Alien::Base::Wrapper qw( Acme::Alien::DontPanic2 !export );
%WriteMakefileArgs = ( %WriteMakefileArgs, Alien::Base::Wrapper->mm_args );

# END code inserted by Dist::Zilla::Plugin::AlienBase::Wrapper

unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}



( run in 0.636 second using v1.01-cache-2.11-cpan-13bb782fe5a )