# Generated by git-ship. See 'git-ship --man' for help or https://github.com/jhthorsen/app-git-ship
WriteMakefile(
NAME => 'Swagger2',
AUTHOR => 'Jan Henning Thorsen <jhthorsen@cpan.org>',
LICENSE => 'artistic_2',
ABSTRACT_FROM => 'lib/Swagger2.pm',
VERSION_FROM => 'lib/Swagger2.pm',
EXE_FILES => [qw( )],
META_MERGE => {
resources => {
},
},
BUILD_REQUIRES => {
'Test::More' => '0.88'
}
,
PREREQ_PM => {
'Mojolicious' => '5.0'
}
,
test => { TESTS => 't/*.t' },
);