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.009.
use strict;
use warnings;

use 5.024000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Protocol abstraction for App::EvalServerAdvanced ",
  "AUTHOR" => "Ryan Voots <simcop2387\@simcop2387.info>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "App-EvalServerAdvanced-Protocol",
  "EXE_FILES" => [
    "bin/decode_packet",
    "bin/encode_packet"
  ],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.024000",
  "NAME" => "App::EvalServerAdvanced::Protocol",
  "PREREQ_PM" => {
    "Data::Dumper" => 0,
    "Encode" => 0,
    "Exporter" => 0,
    "FindBin" => 0,
    "Function::Parameters" => 0,
    "Google::ProtocolBuffers::Dynamic" => 0,
    "Path::Tiny" => 0,
    "Time::HiRes" => 0,
    "lib" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => 0,
    "utf8" => 0
  },
  "VERSION" => "0.105",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Data::Dumper" => 0,
  "Encode" => 0,
  "Exporter" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "FindBin" => 0,
  "Function::Parameters" => 0,
  "Google::ProtocolBuffers::Dynamic" => 0,
  "Path::Tiny" => 0,
  "Test::More" => 0,
  "Time::HiRes" => 0,
  "lib" => 0,
  "strict" => 0,
  "utf8" => 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);