The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020.
use strict;
use warnings;



use ExtUtils::MakeMaker ;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Extract search strings from more referrers.",
  "AUTHOR" => "Olaf Alders <olaf\@wundercounter.com>",
  "BUILD_REQUIRES" => {
    "Module::Build" => "0.28"
  },
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "Module::Build" => "0.28"
  },
  "DISTNAME" => "URI-ParseSearchString-More",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "URI::ParseSearchString::More",
  "PREREQ_PM" => {
    "List::Compare" => 0,
    "Params::Validate" => 0,
    "Test::WWW::Mechanize" => "1.44",
    "Try::Tiny" => 0,
    "URI" => 0,
    "URI::Heuristic" => 0,
    "URI::ParseSearchString" => 0,
    "URI::QueryParam" => 0,
    "WWW::Mechanize::Cached" => 0,
    "base" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Config::General" => 0,
    "Test::Most" => 0,
    "Test::RequiresInternet" => 0
  },
  "VERSION" => "0.17",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Config::General" => 0,
  "List::Compare" => 0,
  "Module::Build" => "0.28",
  "Params::Validate" => 0,
  "Test::Most" => 0,
  "Test::RequiresInternet" => 0,
  "Test::WWW::Mechanize" => "1.44",
  "Try::Tiny" => 0,
  "URI" => 0,
  "URI::Heuristic" => 0,
  "URI::ParseSearchString" => 0,
  "URI::QueryParam" => 0,
  "WWW::Mechanize::Cached" => 0,
  "base" => 0,
  "strict" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);