1
2# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020.
3use strict;
4use warnings;
5
6use 5.002;
7
8use ExtUtils::MakeMaker ;
9
10
11
12my %WriteMakefileArgs = (
13  "ABSTRACT" => "select pairings (designed for Go tournaments, but can be used for anything).",
14  "AUTHOR" => "Reid Augustin <reid\@hellosix.com>",
15  "CONFIGURE_REQUIRES" => {
16    "ExtUtils::MakeMaker" => 0
17  },
18  "DISTNAME" => "Algorithm-Pair-Best2",
19  "EXE_FILES" => [],
20  "LICENSE" => "perl",
21  "NAME" => "Algorithm::Pair::Best2",
22  "PREREQ_PM" => {
23    "Carp" => 0,
24    "strict" => 0,
25    "warnings" => 0
26  },
27  "TEST_REQUIRES" => {
28    "IO::File" => 0,
29    "Test::More" => 0
30  },
31  "VERSION" => "2.040",
32  "test" => {
33    "TESTS" => "t/*.t"
34  }
35);
36
37
38my %FallbackPrereqs = (
39  "Carp" => 0,
40  "IO::File" => 0,
41  "Test::More" => 0,
42  "strict" => 0,
43  "warnings" => 0
44);
45
46
47unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
48  delete $WriteMakefileArgs{TEST_REQUIRES};
49  delete $WriteMakefileArgs{BUILD_REQUIRES};
50  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
51}
52
53delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
54  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
55
56WriteMakefile(%WriteMakefileArgs);
57
58
59
60