The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Generated by git-ship. See 'git-ship --man' for help or https://github.com/jhthorsen/app-git-ship
use ExtUtils::MakeMaker;
WriteMakefile(
  NAME => 'Mojo::IOLoop::ReadWriteFork',
  AUTHOR => 'Jan Henning Thorsen <jhthorsen@cpan.org>',
  LICENSE => 'artistic_2',
  ABSTRACT_FROM => 'lib/Mojo/IOLoop/ReadWriteFork.pm',
  VERSION_FROM => 'lib/Mojo/IOLoop/ReadWriteFork.pm',
  EXE_FILES => [qw(  )],
  META_MERGE => {
    resources => {
      bugtracker => 'https://github.com/jhthorsen/mojo-ioloop-readwritefork/issues',
      homepage => 'https://github.com/jhthorsen/mojo-ioloop-readwritefork',
      repository => 'https://github.com/jhthorsen/mojo-ioloop-readwritefork.git',
    },
  },
  BUILD_REQUIRES => {
  'Test::More' => '0.88'
}
,
  PREREQ_PM => {
  'IO::Pty' => '1.10',
  'Mojolicious' => '4.30'
}
,
  test => { TESTS => 't/*.t' },
);