The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This Makefile.PL for MooseX-ShortCut-BuildInstance was generated by
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.36.
# Don't edit it but the dist.ini and plugins used to construct it.

use strict;
use warnings;

use 5.010;
use ExtUtils::MakeMaker 7.04;

my %WriteMakefileArgs = (
  "ABSTRACT" => "A shortcut to build Moose instances",
  "AUTHOR" => "Jed Lund <jandrew\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "7.04",
    "Moose" => "2.1213"
  },
  "DISTNAME" => "MooseX-ShortCut-BuildInstance",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "MooseX::ShortCut::BuildInstance",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Clone" => 0,
    "Data::Dumper" => 0,
    "Moose" => "2.1213",
    "Moose::Exporter" => 0,
    "Moose::Meta::Class" => 0,
    "Moose::Util" => 0,
    "Type::Library" => 0,
    "Type::Utils" => "1.000",
    "Types::Standard" => "1.000",
    "lib" => 0,
    "strict" => 0,
    "version" => "0.77",
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Capture::Tiny" => "0.12",
    "Carp" => 0,
    "Data::Dumper" => 0,
    "DateTime" => 0,
    "List::Util" => "1.33",
    "Moose" => "2.1213",
    "Moose::Exporter" => 0,
    "Moose::Meta::Class" => 0,
    "Moose::Role" => 0,
    "Moose::Util" => 0,
    "MooseX::HasDefaults::RO" => 0,
    "MooseX::StrictConstructor" => 0,
    "Smart::Comments" => 0,
    "Test::Moose" => 0,
    "Test::More" => 0,
    "Test::Most" => 0,
    "Type::Tiny" => "1.000",
    "lib" => 0,
    "version" => "0.77"
  },
  "VERSION" => "v1.40.2",
  "test" => {
    "TESTS" => "t/MooseX/ShortCut/*.t t/MooseX/ShortCut/BuildInstance/*.t"
  }
);

my %FallbackPrereqs = (
  "Capture::Tiny" => "0.12",
  "Carp" => 0,
  "Clone" => 0,
  "Data::Dumper" => 0,
  "DateTime" => 0,
  "List::Util" => "1.33",
  "Moose" => "2.1213",
  "Moose::Exporter" => 0,
  "Moose::Meta::Class" => 0,
  "Moose::Role" => 0,
  "Moose::Util" => 0,
  "MooseX::HasDefaults::RO" => 0,
  "MooseX::StrictConstructor" => 0,
  "Smart::Comments" => 0,
  "Test::Moose" => 0,
  "Test::More" => 0,
  "Test::Most" => 0,
  "Type::Library" => 0,
  "Type::Tiny" => "1.000",
  "Type::Utils" => "1.000",
  "Types::Standard" => "1.000",
  "lib" => 0,
  "strict" => 0,
  "version" => "0.77",
  "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);