# Generated by git-ship. See 'git-ship --man' for help or https://github.com/jhthorsen/app-git-ship
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Mojo::MySQL5',
AUTHOR => 'Svetoslav Naydenov <harryl@cpan.org>',
LICENSE => 'artistic_2',
ABSTRACT_FROM => 'lib/Mojo/MySQL5.pm',
VERSION_FROM => 'lib/Mojo/MySQL5.pm',
EXE_FILES => [qw( )],
META_MERGE => {
resources => {
bugtracker => 'https://github.com/harry-bix/mojo-mysql5/issues',
homepage => 'https://github.com/harry-bix/mojo-mysql5',
repository => 'https://github.com/harry-bix/mojo-MySQL5.git',
},
},
BUILD_REQUIRES => {
'Test::More' => '0.90'
}
,
PREREQ_PM => {
'Mojolicious' => '6.0'
}
,
test => { TESTS => 't/*.t' },
);