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 => 'Mojolicious::Plugin::Mailgun',
  AUTHOR => 'Marcus Ramberg <marcus.ramberg@gmail.com>',
  LICENSE => 'artistic_2',
  ABSTRACT_FROM => 'lib/Mojolicious/Plugin/Mailgun.pm',
  VERSION_FROM => 'lib/Mojolicious/Plugin/Mailgun.pm',
  EXE_FILES => [qw(  )],
  META_MERGE => {
    resources => {
      bugtracker => 'https://github.com/marcus/mojolicious-plugin-mailgun/issues',
      homepage => 'https://github.com/marcus/mojolicious-plugin-mailgun',
      repository => 'https://github.com/marcusramberg/mojolicious-plugin-mailgun.git',
    },
  },
  BUILD_REQUIRES => {
  'Test::More' => '0.88'
}
,
  PREREQ_PM => {
  'perl' => 'v5.10.0'
}
,
  test => {TESTS => (-e 'META.yml' ? 't/*.t' : 't/*.t xt/*.t')},
);