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;
my %WriteMakefileArgs = (
  NAME          => 'Mojo::Redis2',
  AUTHOR        => 'Jan Henning Thorsen <jhthorsen@cpan.org>',
  LICENSE       => 'artistic_2',
  ABSTRACT_FROM => 'lib/Mojo/Redis2.pm',
  VERSION_FROM  => 'lib/Mojo/Redis2.pm',
  EXE_FILES     => [qw()],
  META_MERGE    => {
    dynamic_config => 0,
    'meta-spec'    => {version => 2},
    resources      => {
      bugtracker => {web => 'https://github.com/jhthorsen/mojo-redis2/issues'},
      homepage   => 'https://github.com/jhthorsen/mojo-redis2',
      repository => {
        type => 'git',
        url  => 'https://github.com/jhthorsen/mojo-redis2.git',
        web  => 'https://github.com/jhthorsen/mojo-redis2',
      },
    },
  },
  TEST_REQUIRES => {'Test::More'  => '0.88', 'Sort::Versions'  => '1.5'},
  PREREQ_PM     => {'Mojolicious' => '7.50', 'Protocol::Redis' => '1.0'},
  test => {TESTS => (-e 'META.yml' ? 't/*.t' : 't/*.t xt/*.t')},
);

unless (eval { ExtUtils::MakeMaker->VERSION('6.63_03') }) {
  my $test_requires = delete $WriteMakefileArgs{TEST_REQUIRES};
  @{$WriteMakefileArgs{PREREQ_PM}}{keys %$test_requires} = values %$test_requires;
}

WriteMakefile(%WriteMakefileArgs);