Robots-Validate

 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.014000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Validate that IP addresses are associated with known robots",
  "AUTHOR" => "Robert Rothenberg <rrwo\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Robots-Validate",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.014000",
  "NAME" => "Robots::Validate",
  "PREREQ_PM" => {
    "List::Util" => "1.33",
    "Moo" => 1,
    "MooX::Const" => "0.4.0",
    "Net::DNS::Resolver" => 0,
    "Ref::Util" => 0,
    "Types::Standard" => 0,
    "namespace::autoclean" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "Module::Metadata" => 0,
    "Net::DNS::Resolver::Mock" => 0,
    "Test::More" => 0,
    "Test::Most" => 0
  },
  "VERSION" => "v0.2.9",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "File::Spec" => 0,
  "List::Util" => "1.33",
  "Module::Metadata" => 0,
  "Moo" => 1,
  "MooX::Const" => "0.4.0",
  "Net::DNS::Resolver" => 0,
  "Net::DNS::Resolver::Mock" => 0,
  "Ref::Util" => 0,
  "Test::More" => 0,
  "Test::Most" => 0,
  "Types::Standard" => 0,
  "namespace::autoclean" => 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 2.186 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )