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 ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Watch for changes to files, cross-platform style",
  "AUTHOR" => "Dave Rolsky <autarch\@urth.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "File-ChangeNotify",
  "LICENSE" => "artistic_2",
  "NAME" => "File::ChangeNotify",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Class::Load" => 0,
    "File::Find" => 0,
    "File::Spec" => 0,
    "Module::Pluggable::Object" => 0,
    "Module::Runtime" => 0,
    "Moo" => "1.006",
    "Moo::Role" => 0,
    "Time::HiRes" => 0,
    "Type::Utils" => 0,
    "Types::Standard" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Data::Dumper" => 0,
    "Exporter" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Path" => 0,
    "File::Spec" => 0,
    "File::Temp" => 0,
    "FindBin" => 0,
    "Test::Exception" => 0,
    "Test::More" => "0.96",
    "Test::Requires" => 0,
    "Test::Without::Module" => 0,
    "base" => 0,
    "lib" => 0
  },
  "VERSION" => "0.28",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Class::Load" => 0,
  "Data::Dumper" => 0,
  "Exporter" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Find" => 0,
  "File::Path" => 0,
  "File::Spec" => 0,
  "File::Temp" => 0,
  "FindBin" => 0,
  "Module::Pluggable::Object" => 0,
  "Module::Runtime" => 0,
  "Moo" => "1.006",
  "Moo::Role" => 0,
  "Test::Exception" => 0,
  "Test::More" => "0.96",
  "Test::Requires" => 0,
  "Test::Without::Module" => 0,
  "Time::HiRes" => 0,
  "Type::Utils" => 0,
  "Types::Standard" => 0,
  "base" => 0,
  "lib" => 0,
  "namespace::autoclean" => 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);