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::OAuth2',
  AUTHOR        => 'Jan Henning Thorsen <jhthorsen@cpan.org>',
  LICENSE       => 'artistic_2',
  ABSTRACT_FROM => 'lib/Mojolicious/Plugin/OAuth2.pm',
  VERSION_FROM  => 'lib/Mojolicious/Plugin/OAuth2.pm',
  EXE_FILES     => [qw(  )],
  META_MERGE    => {
    resources => {
      bugtracker => 'https://github.com/marcusramberg/Mojolicious-Plugin-OAuth2/issues',
      homepage   => 'https://github.com/marcusramberg/Mojolicious-Plugin-OAuth2',
      repository => 'https://github.com/marcusramberg/Mojolicious-Plugin-OAuth2.git',
    },
  },
  BUILD_REQUIRES => {'Test::More'      => '0.88'},
  PREREQ_PM      => {'IO::Socket::SSL' => '1.94', 'Mojolicious' => '6.0'},
  test           => {TESTS             => 't/*.t'},
);