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 5.010;

use ExtUtils::MakeMaker ;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Offers functionality of Debian's run-parts tool in Perl",
  "AUTHOR" => "Axel Beckert <abe\@deuxchevaux.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Run-Parts",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "Run::Parts",
  "PREREQ_PM" => {
    "Exporter::Easy" => 0,
    "File::Slurp" => "9999.17",
    "Scalar::Util" => 0,
    "Taint::Util" => 0,
    "autodie" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::Differences" => 0,
    "Test::More" => 0,
    "Test::NoWarnings" => 0,
    "Test::Trap" => 0,
    "Test::Warnings" => "0.005"
  },
  "VERSION" => "0.09",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Exporter::Easy" => 0,
  "File::Slurp" => "9999.17",
  "Scalar::Util" => 0,
  "Taint::Util" => 0,
  "Test::Differences" => 0,
  "Test::More" => 0,
  "Test::NoWarnings" => 0,
  "Test::Trap" => 0,
  "Test::Warnings" => "0.005",
  "autodie" => 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);