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 => 'Swagger2',
  AUTHOR => 'Martin Renvoize <martin.renvoize@ptfs-europe.com>',
  LICENSE => 'artistic_2',
  ABSTRACT_FROM => 'lib/Swagger2.pm',
  VERSION_FROM => 'lib/Swagger2.pm',
  EXE_FILES => [qw(  )],
  META_MERGE => {
    resources => {
      bugtracker => 'https://github.com/jhthorsen/swagger2/issues',
      homepage => 'https://github.com/jhthorsen/swagger2',
      repository => 'https://github.com/mrenvoize/swagger2.git',
    },
  },
  BUILD_REQUIRES => {
  'Test::More' => '0.88'
}
,
  PREREQ_PM => {
  'JSON::Validator' => '0.90',
  'Mojolicious' => '6.00'
}
,
  test => { TESTS => 't/*.t' },
);