The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

use strict;
use warnings;

use Module::Build 0.3601;


my %module_build_args = (
  "build_requires" => {
    "File::Find" => 0,
    "File::Temp" => 0,
    "Module::Build" => "0.3601",
    "Test::Fatal" => 0,
    "Test::Fork" => 0,
    "Test::More" => 0
  },
  "configure_requires" => {
    "ExtUtils::MakeMaker" => "6.30",
    "Module::Build" => "0.3601"
  },
  "dist_abstract" => "Asynchronous event-driven checking mechanism",
  "dist_author" => [
    "Sawyer X <xsawyerx\@cpan.org>",
    "Adam Balali <adamba\@cpan.org>"
  ],
  "dist_name" => "Juno",
  "dist_version" => "0.009",
  "license" => "perl",
  "module_name" => "Juno",
  "recommends" => {},
  "recursive_test_files" => 1,
  "requires" => {
    "AnyEvent" => 0,
    "AnyEvent::HTTP" => 0,
    "AnyEvent::Ping" => 0,
    "AnyEvent::Socket" => 0,
    "AnyEvent::Util" => 0,
    "Carp" => 0,
    "Class::Load" => 0,
    "JSON" => 0,
    "List::Util" => 0,
    "Moo" => "1.000001",
    "Moo::Role" => 0,
    "MooX::Types::MooseLike" => 0,
    "MooseX::Role::Loggable" => "0.008",
    "PerlX::Maybe" => 0,
    "Safe::Isa" => 0,
    "Sub::Quote" => 0,
    "System::Command" => 0,
    "Try::Tiny" => 0,
    "namespace::autoclean" => 0,
    "namespace::sweep" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "script_files" => []
);


my $build = Module::Build->new(%module_build_args);

$build->create_build_script;