use ExtUtils::MakeMaker; WriteMakefile( AUTHOR => '"Jannis M. Hoffmann" ', ABSTRACT_FROM => 'lib/JWebmail.pm', MIN_PERL_VERSION => 'v5.24', NAME => 'JWebmail', VERSION_FROM => 'lib/JWebmail.pm', LICENSE => 'gpl_3', PREREQ_PM => { Mojolicious => '9.31', Crypt::URandom => '0.36', Digest::HMAC_MD5 => '1.04', Email::MIME => '1.949', Mail::Box::Manager => 'v3.9', Role::Tiny => 'v2.2', Class::Method::Modifiers => '2.13', TOML::Tiny => '0.16', namespace::clean => '0.27', MIME::Words => '5.510', }, EXE_FILES => ['script/jwebmail', 'script/qmauth.pl'], test => {TESTS => 't/*.t'}, META_MERGE => { 'meta-spec' => { version => 2 }, resources => { bugtracker => {web => 'https://github.com/D1CED/JWebmail/issues'}, repository => { type => 'git', url => 'git://github.com/D1CED/JWebmail.git', web => 'https://github.com/D1CED/JWebmail', }, }, }, )