The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
use strict;
use warnings;

use 5.014000;

use ExtUtils::MakeMaker 6.48;

my %WriteMakefileArgs = (
  "ABSTRACT" => "stream and data flow handling for async code",
  "AUTHOR" => "Tom Molesworth <TEAM\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.48"
  },
  "DISTNAME" => "Ryu",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.014000",
  "NAME" => "Ryu",
  "PREREQ_PM" => {
    "Encode" => "1.98",
    "Future" => "0.30",
    "JSON::MaybeXS" => 0,
    "JSON::SL" => "1.0.6",
    "Log::Any" => "1.032",
    "MIME::Base64" => 0,
    "Mixin::Event::Dispatch" => "2.000",
    "Ref::Util" => "0.111",
    "Syntax::Keyword::Try" => "0.04",
    "curry" => 0,
    "namespace::clean" => "0.27",
    "parent" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Log::Any::Adapter::TAP" => "0.003002",
    "Test::CheckDeps" => "0.010",
    "Test::Deep" => "1.124",
    "Test::Fatal" => "0.010",
    "Test::Files" => "0.14",
    "Test::More" => "0.98",
    "Test::Refcount" => "0.07",
    "Test::Warnings" => "0.024"
  },
  "VERSION" => "0.002",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Encode" => "1.98",
  "File::Spec" => 0,
  "Future" => "0.30",
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "JSON::MaybeXS" => 0,
  "JSON::SL" => "1.0.6",
  "Log::Any" => "1.032",
  "Log::Any::Adapter::TAP" => "0.003002",
  "MIME::Base64" => 0,
  "Mixin::Event::Dispatch" => "2.000",
  "Ref::Util" => "0.111",
  "Syntax::Keyword::Try" => "0.04",
  "Test::CheckDeps" => "0.010",
  "Test::Deep" => "1.124",
  "Test::Fatal" => "0.010",
  "Test::Files" => "0.14",
  "Test::More" => "0.98",
  "Test::Refcount" => "0.07",
  "Test::Warnings" => "0.024",
  "curry" => 0,
  "namespace::clean" => "0.27",
  "parent" => 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);