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 => 'Toadfarm',
  AUTHOR => 'Jan Henning Thorsen <jhthorsen@cpan.org>',
  LICENSE => 'artistic_2',
  ABSTRACT_FROM => 'lib/Toadfarm.pm',
  VERSION_FROM => 'lib/Toadfarm.pm',
  EXE_FILES => [qw( script/toadfarm )],
  META_MERGE => {
    resources => {
      bugtracker => 'https://github.com/jhthorsen/toadfarm/issues',
      homepage => 'https://github.com/jhthorsen/toadfarm',
      repository => 'https://github.com/jhthorsen/toadfarm.git',
    },
  },
  BUILD_REQUIRES => {
  'Test::More' => '0.88'
}
,
  PREREQ_PM => {
  'File::Which' => '1.00',
  'Mojolicious' => '5.00'
}
,
  test => {TESTS => (-e 'META.yml' ? 't/*.t' : 't/*.t xt/*.t')},
);