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           => 'Test::Mojo::Role::Selenium',
  AUTHOR         => 'Jan Henning Thorsen <jhthorsen@cpan.org>',
  LICENSE        => 'artistic_2',
  ABSTRACT_FROM  => 'lib/Test/Mojo/Role/Selenium.pm',
  VERSION_FROM   => 'lib/Test/Mojo/Role/Selenium.pm',
  EXE_FILES      => [qw()],
  BUILD_REQUIRES => {}
,
  TEST_REQUIRES  => {
  'Test::More' => '0.88'
}
,
  PREREQ_PM      => {
  'Class::Method::Modifiers' => '2.00',
  'Mojolicious' => '7.42',
  'Selenium::Remote::WebElement' => '1.00'
}
,
  META_MERGE     => {
    'dynamic_config' => 0,
    'meta-spec'      => {version => 2},
    'resources'      => {
      bugtracker => {web => 'https://github.com/jhthorsen/test-mojo-role-selenium/issues'},
      homepage   => 'https://github.com/jhthorsen/test-mojo-role-selenium',
      repository => {
        type => 'git',
        url  => 'https://github.com/jhthorsen/test-mojo-role-selenium.git',
        web  => 'https://github.com/jhthorsen/test-mojo-role-selenium',
      },
    },
  },
  test => {S => (-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);