The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Generated by git-ship. See 'git-ship --man' for help or https://github.com/jhthorsen/app-git-ship
use ExtUtils::MakeMaker;
WriteMakefile(
  NAME => 'Mojo::TFTPd',
  AUTHOR => [
    'Svetoslav Naydenov <harryl@cpan.org>',
    'Jan Henning Thorsen <jhthorsen@cpan.org>'
    ],
  LICENSE => 'artistic_2',
  ABSTRACT_FROM => 'lib/Mojo/TFTPd.pm',
  VERSION_FROM => 'lib/Mojo/TFTPd.pm',
  EXE_FILES => [qw(  )],
  META_MERGE => {
    resources => {
      bugtracker => 'https://github.com/jhthorsen/mojo-tftpd/issues',
      homepage => 'https://github.com/jhthorsen/mojo-tftpd',
      repository => 'https://github.com/jhthorsen/mojo-tftpd.git',
    },
  },
  BUILD_REQUIRES => {
  'Test::More' => '0.88'
}
,
  PREREQ_PM => {
  'Mojolicious' => '4.30'
}
,
  test => { TESTS => 't/*.t' },
);