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 v6.011.
use strict;
use warnings;

use 5.010;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "A fast(er) URI parser",
  "AUTHOR" => "Jeff Ober <sysread\@fastmail.fm>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "URI-Fast",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010",
  "NAME" => "URI::Fast",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Exporter" => 0,
    "Inline" => "0.80",
    "Inline::C" => "0.78",
    "parent" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test2" => "1.302125",
    "Test2::Suite" => "0.000100",
    "Test2::V0" => 0,
    "Test::LeakTrace" => "0.16",
    "Test::More" => 0,
    "Test::Pod" => "1.41",
    "URI::Encode::XS" => "0.11",
    "URI::Split" => 0
  },
  "VERSION" => "0.09",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Exporter" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "Inline" => "0.80",
  "Inline::C" => "0.78",
  "Test2" => "1.302125",
  "Test2::Suite" => "0.000100",
  "Test2::V0" => 0,
  "Test::LeakTrace" => "0.16",
  "Test::More" => 0,
  "Test::Pod" => "1.41",
  "URI::Encode::XS" => "0.11",
  "URI::Split" => 0,
  "parent" => 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);