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

use 5.010001;

use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  "ABSTRACT" => "Setup Unix user (existence, home dir, group memberships)",
  "AUTHOR" => "Steven Haryanto <stevenharyanto\@gmail.com>",
  "BUILD_REQUIRES" => {},
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.30"
  },
  "DISTNAME" => "Setup-Unix-User",
  "EXE_FILES" => [],
  "LICENSE" => "perl",
  "NAME" => "Setup::Unix::User",
  "PREREQ_PM" => {
    "File::Copy::Undoable" => "0.02",
    "File::Trash::Undoable" => 0,
    "Log::Any" => 0,
    "PerlX::Maybe" => 0,
    "Rinci" => "v1.1.28",
    "Setup" => "v1.0.3",
    "Setup::File" => 0,
    "Text::Password::Pronounceable" => 0,
    "Unix::Passwd::File" => "0.07",
    "experimental" => 0
  },
  "TEST_REQUIRES" => {
    "Crypt::Password::Util" => 0,
    "File::Copy::Recursive" => 0,
    "File::Slurp::Tiny" => 0,
    "File::Spec" => 0,
    "File::chdir" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => "0.98",
    "Test::Perinci::Tx::Manager" => 0
  },
  "VERSION" => "0.11",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Crypt::Password::Util" => 0,
  "File::Copy::Recursive" => 0,
  "File::Copy::Undoable" => "0.02",
  "File::Slurp::Tiny" => 0,
  "File::Spec" => 0,
  "File::Trash::Undoable" => 0,
  "File::chdir" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Log::Any" => 0,
  "PerlX::Maybe" => 0,
  "Rinci" => "v1.1.28",
  "Setup" => "v1.0.3",
  "Setup::File" => 0,
  "Test::More" => "0.98",
  "Test::Perinci::Tx::Manager" => 0,
  "Text::Password::Pronounceable" => 0,
  "Unix::Passwd::File" => "0.07",
  "experimental" => 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);