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

use 5.006001;

use ExtUtils::MakeMaker;



my %WriteMakefileArgs = (
  "ABSTRACT" => "provision hosting accounts on unix systems",
  "AUTHOR" => "Matt Simerson <msimerson\@cpan.org>",
  "BUILD_REQUIRES" => {
    "Dist::Zilla" => 1,
    "Dist::Zilla::Plugin::MinimumPerl" => "0.1"
  },
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Provision-Unix",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006001",
  "NAME" => "Provision::Unix",
  "PREREQ_PM" => {
    "Apache::Admin::Config" => "0.95",
    "Apache::ConfigFile" => 1,
    "CPAN" => 0,
    "Config::Tiny" => 2,
    "Cwd" => 0,
    "Data::Dumper" => 0,
    "Date::Format" => 0,
    "Digest::MD5" => 1,
    "English" => 0,
    "File::Basename" => 0,
    "File::Copy" => 0,
    "File::Path" => "2.08",
    "File::Spec" => 0,
    "File::stat" => 0,
    "Getopt::Long" => "2.37",
    "LWP::Simple" => 0,
    "LWP::UserAgent" => 0,
    "Mail::Send" => 1,
    "Params::Validate" => "0.8",
    "Scalar::Util" => 0,
    "Time::Local" => 0,
    "URI" => 1,
    "base" => 0,
    "lib" => 0,
    "strict" => 0,
    "utf8" => 1,
    "vars" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => "0.1",
    "Test::Pod" => "0.1"
  },
  "VERSION" => "1.08",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Apache::Admin::Config" => "0.95",
  "Apache::ConfigFile" => 1,
  "CPAN" => 0,
  "Config::Tiny" => 2,
  "Cwd" => 0,
  "Data::Dumper" => 0,
  "Date::Format" => 0,
  "Digest::MD5" => 1,
  "Dist::Zilla" => 1,
  "Dist::Zilla::Plugin::MinimumPerl" => "0.1",
  "English" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Basename" => 0,
  "File::Copy" => 0,
  "File::Path" => "2.08",
  "File::Spec" => 0,
  "File::stat" => 0,
  "Getopt::Long" => "2.37",
  "LWP::Simple" => 0,
  "LWP::UserAgent" => 0,
  "Mail::Send" => 1,
  "Params::Validate" => "0.8",
  "Scalar::Util" => 0,
  "Test::More" => "0.1",
  "Test::Pod" => "0.1",
  "Time::Local" => 0,
  "URI" => 1,
  "base" => 0,
  "lib" => 0,
  "strict" => 0,
  "utf8" => 1,
  "vars" => 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);