The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME            => "Mojolicious::Plugin::Human",
    VERSION_FROM    => "lib/Mojolicious/Plugin/Human.pm",
    ABSTRACT_FROM   => "lib/Mojolicious/Plugin/Human.pm",
    MAKEFILE        => 'Makefile',
    LICENSE         => 'Perl',
    AUTHOR          => [
        'Dmitry E. Oboukhov <unera@debian.org>,',
        'Roman V. Nikolaev <rshadow@rambler.ru>',
    ],
    PREREQ_PM       => {
        'Mojo::Base'                    => 0,
        'DateTime'                      => 0,
        'DateTime::Format::DateParse'   => 0,
        'DateTime::Format::DateParse'   => 0,
    },
    META_MERGE   => {
        resources => {
          homepage    => 'https://github.com/dr-co/libmojolicious-plugin-human-perl',
          repository  => 'https://github.com/dr-co/libmojolicious-plugin-human-perl',
          bugtracker  => 'https://github.com/dr-co/libmojolicious-plugin-human-perl/issues'
        },
        no_index => {directory => ['t']}
    },
);