The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.013.
use strict;
use warnings;

use 5.010;

use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "IO::Storm allows you to write Bolts and Spouts for Storm in Perl.",
  "AUTHOR" => "Dan Blanchard <dblanchard\@ets.org>, Cory G Watson <gphat\@cpan.org>",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "IO-Storm",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "IO::Storm",
  "PREREQ_PM" => {
    "Data::Dumper" => 0,
    "IO::File" => 0,
    "IO::Handle" => 0,
    "JSON::XS" => 0,
    "Log::Log4perl" => 0,
    "Moo" => 0,
    "Try::Tiny" => 0,
    "namespace::clean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::MockObject" => 0,
    "Test::More" => 0,
    "Test::Output" => 0
  },
  "VERSION" => "0.13",
  "test" => {
    "TESTS" => "t/IO/Storm/*.t"
  }
);


my %FallbackPrereqs = (
  "Data::Dumper" => 0,
  "IO::File" => 0,
  "IO::Handle" => 0,
  "JSON::XS" => 0,
  "Log::Log4perl" => 0,
  "Moo" => 0,
  "Test::MockObject" => 0,
  "Test::More" => 0,
  "Test::Output" => 0,
  "Try::Tiny" => 0,
  "namespace::clean" => 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);