# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.028.
use strict;
use warnings;
use 5.010001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Report duplicate or unique file contents",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-UniqFiles",
"EXE_FILES" => [
"script/dupe-files",
"script/uniq-files"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010001",
"NAME" => "App::UniqFiles",
"PREREQ_PM" => {
"Cwd" => 0,
"Data::Sah::Coerce::perl::To_array::From_str::comma_sep" => 0,
"Data::Sah::Coerce::perl::To_float::From_str::percent" => 0,
"Data::Sah::Coerce::perl::To_float::From_str::suffix_datasize" => 0,
"Data::Sah::Compiler::perl::TH::array" => "0.914",
"Data::Sah::Compiler::perl::TH::bool" => "0.914",
"Data::Sah::Compiler::perl::TH::float" => "0.914",
"Data::Sah::Compiler::perl::TH::int" => "0.914",
"Data::Sah::Compiler::perl::TH::str" => "0.914",
"Exporter" => "5.57",
"File::Digest" => "0.009",
"File::Find" => 0,
"Log::ger" => "0.038",
"Perinci::CmdLine::Any" => "0.154",
"Perinci::CmdLine::Lite" => "1.924",
"Perinci::Sub::Util" => "0.470",
"Regexp::Util" => 0,
"Sah::Schema::filesize" => 0,
"Sah::Schema::true" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Slurper" => 0,
"File::Spec" => 0,
"File::Temp" => "0.2307",
"File::chdir" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => "0.98"
},
"VERSION" => "0.139",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Cwd" => 0,
"Data::Sah::Coerce::perl::To_array::From_str::comma_sep" => 0,
"Data::Sah::Coerce::perl::To_float::From_str::percent" => 0,
"Data::Sah::Coerce::perl::To_float::From_str::suffix_datasize" => 0,
"Data::Sah::Compiler::perl::TH::array" => "0.914",
"Data::Sah::Compiler::perl::TH::bool" => "0.914",
"Data::Sah::Compiler::perl::TH::float" => "0.914",
"Data::Sah::Compiler::perl::TH::int" => "0.914",
"Data::Sah::Compiler::perl::TH::str" => "0.914",
"Exporter" => "5.57",
"File::Digest" => "0.009",
"File::Find" => 0,
"File::Slurper" => 0,
"File::Spec" => 0,
"File::Temp" => "0.2307",
"File::chdir" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Log::ger" => "0.038",
"Perinci::CmdLine::Any" => "0.154",
"Perinci::CmdLine::Lite" => "1.924",
"Perinci::Sub::Util" => "0.470",
"Regexp::Util" => 0,
"Sah::Schema::filesize" => 0,
"Sah::Schema::true" => 0,
"Test::More" => "0.98",
"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);