The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This Makefile.PL for DateTimeX-Mashup-Shiras was generated by
# 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.010;
use ExtUtils::MakeMaker 7.04;

my %WriteMakefileArgs = (
  "ABSTRACT" => "A Moose role with date attributes",
  "AUTHOR" => "Jed Lund <jandrew\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "7.04",
    "Moose" => "2.1213"
  },
  "DISTNAME" => "DateTimeX-Mashup-Shiras",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "DateTimeX::Mashup::Shiras",
  "PREREQ_PM" => {
    "DateTime" => "1.34",
    "DateTime::Format::Epoch" => "0.013",
    "DateTime::Format::Flexible" => 0,
    "DateTimeX::Format::Excel" => "0.012",
    "Moose::Role" => 0,
    "MooseX::Role::Parameterized" => 0,
    "Smart::Comments" => 0,
    "Type::Library" => "1.000",
    "Type::Utils" => "1.000",
    "Types::Standard" => 0,
    "lib" => 0,
    "strict" => 0,
    "version" => "0.77",
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Capture::Tiny" => 0,
    "Data::Dumper" => 0,
    "DateTime" => "1.34",
    "DateTime::Format::Epoch" => "0.013",
    "DateTime::Format::Flexible" => 0,
    "DateTimeX::Format::Excel" => "0.012",
    "List::Util" => "1.33",
    "Moose" => "2.1213",
    "Moose::Role" => 0,
    "MooseX::Role::Parameterized" => 0,
    "MooseX::ShortCut::BuildInstance" => "1.028",
    "Params::CheckCompiler" => "0.07",
    "Test::MockTime" => 0,
    "Test::Moose" => 0,
    "Test::Most" => 0,
    "Type::Tiny" => "1.000",
    "YAML::Any" => 0,
    "version" => "0.77"
  },
  "VERSION" => "v0.36.10",
  "test" => {
    "TESTS" => "t/DateTimeX/Mashup/*.t t/DateTimeX/Mashup/Shiras/*.t"
  }
);

my %FallbackPrereqs = (
  "Capture::Tiny" => 0,
  "Data::Dumper" => 0,
  "DateTime" => "1.34",
  "DateTime::Format::Epoch" => "0.013",
  "DateTime::Format::Flexible" => 0,
  "DateTimeX::Format::Excel" => "0.012",
  "List::Util" => "1.33",
  "Moose" => "2.1213",
  "Moose::Role" => 0,
  "MooseX::Role::Parameterized" => 0,
  "MooseX::ShortCut::BuildInstance" => "1.028",
  "Params::CheckCompiler" => "0.07",
  "Smart::Comments" => 0,
  "Test::MockTime" => 0,
  "Test::Moose" => 0,
  "Test::Most" => 0,
  "Type::Library" => "1.000",
  "Type::Tiny" => "1.000",
  "Type::Utils" => "1.000",
  "Types::Standard" => 0,
  "YAML::Any" => 0,
  "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);