| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 
 | # This Makefile.PL for MooseX-Types-Structured was generated by
# Dist::Zilla::Plugin::MakeMaker::Fallback 0.023
# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.38.
# Don't edit it but the dist.ini and plugins used to construct it.
use strict;
use warnings;
use 5.008;
use ExtUtils::MakeMaker;
BEGIN {
my %configure_requires = (
    'Module::Build::Tiny' => '0.034',
);
my @missing = grep {
    ! eval "require $_; $_->VERSION($configure_requires{$_}); 1"
} keys %configure_requires;
if (@missing)
{
    if (not $ENV{PERL_MM_FALLBACK_SILENCE_WARNING})
    {
        warn <<'EOW';
*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***
If you're seeing this warning, your toolchain is really, really old* and you'll
almost certainly have problems installing CPAN modules from this century. But
never fear, dear user, for we have the technology to fix this!
If you're using CPAN.pm to install things, then you can upgrade it using:
    cpan CPAN
If you're using CPANPLUS to install things, then you can upgrade it using:
    cpanp CPANPLUS
If you're using cpanminus, you shouldn't be seeing this message in the first
place, so please file an issue on github.
If you're installing manually, please retrain your fingers to run Build.PL
when present instead.
This public service announcement was brought to you by the Perl Toolchain
Gang, the irc.perl.org #toolchain IRC channel, and the number 42.
----
* Alternatively, you are doing something overly clever, in which case you
should consider setting the 'prefer_installer' config option in CPAN.pm, or
'prefer_makefile' in CPANPLUS, to 'mb" and '0' respectively.
You can also silence this warning for future installations by setting the
PERL_MM_FALLBACK_SILENCE_WARNING environment variable.
EOW
        sleep 10 if -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT));
    }
}
} # end BEGIN
my %WriteMakefileArgs = (
  "ABSTRACT" => "Structured Type Constraints for Moose",
  "AUTHOR" => "John Napiorkowski <jjnapiork\@cpan.org>, Florian Ragwitz <rafl\@debian.org>, \x{5d9}\x{5d5}\x{5d1}\x{5dc} \x{5e7}\x{5d5}\x{5d2}'\x{5de}\x{5df} (Yuval Kogman) <nothingmuch\@woobling.org>, Tomas (t0m) Doran <bobtfish\@bobtfish.net>, Robert Sedlacek <rs\@474.at>",
  "CONFIGURE_REQUIRES" => {
    "Module::Build::Tiny" => "0.034"
  },
  "DISTNAME" => "MooseX-Types-Structured",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008",
  "NAME" => "MooseX::Types::Structured",
  "PL_FILES" => {},
  "PREREQ_PM" => {
    "Devel::PartialDump" => "0.13",
    "Moose" => 0,
    "Moose::Meta::TypeCoercion" => 0,
    "Moose::Meta::TypeConstraint" => 0,
    "Moose::Meta::TypeConstraint::Parameterizable" => 0,
    "Moose::Util::TypeConstraints" => "1.06",
    "MooseX::Types" => "0.22",
    "Scalar::Util" => 0,
    "Sub::Exporter" => "0.982",
    "if" => 0,
    "namespace::clean" => "0.19",
    "overload" => 0
  },
  "TEST_REQUIRES" => {
    "Data::Dumper" => 0,
    "DateTime" => 0,
    "File::Spec" => 0,
    "Module::Metadata" => 0,
    "MooseX::Types::Moose" => 0,
    "Test::Fatal" => 0,
    "Test::More" => "0.88",
    "Test::Needs" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.36",
  "test" => {
    "TESTS" => "t/*.t t/regressions/*.t"
  }
);
my %FallbackPrereqs = (
  "Data::Dumper" => 0,
  "DateTime" => 0,
  "Devel::PartialDump" => "0.13",
  "File::Spec" => 0,
  "Module::Metadata" => 0,
  "Moose" => 0,
  "Moose::Meta::TypeCoercion" => 0,
  "Moose::Meta::TypeConstraint" => 0,
  "Moose::Meta::TypeConstraint::Parameterizable" => 0,
  "Moose::Util::TypeConstraints" => "1.06",
  "MooseX::Types" => "0.22",
  "MooseX::Types::Moose" => 0,
  "Scalar::Util" => 0,
  "Sub::Exporter" => "0.982",
  "Test::Fatal" => 0,
  "Test::More" => "0.88",
  "Test::Needs" => 0,
  "if" => 0,
  "namespace::clean" => "0.19",
  "overload" => 0,
  "strict" => 0,
  "warnings" => 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);
 |