# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017. use strict; use warnings; use 5.028; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "Perl interface to git-annex repositories", "AUTHOR" => "Sean Whitton ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "Git-Annex", "EXE_FILES" => [ "bin/annex-to-annex", "bin/annex-to-annex-dropunused", "bin/annex-to-annex-reinject", "bin/git-annex-reviewunused" ], "LICENSE" => "gpl", "MIN_PERL_VERSION" => "5.028", "NAME" => "Git::Annex", "PREREQ_PM" => { "Carp" => 0, "Cwd" => 0, "Data::Compare" => 0, "Digest::MD5::File" => 0, "File::Basename" => 0, "File::Copy" => 0, "File::Find" => 0, "File::Path" => 0, "File::Spec::Functions" => 0, "File::Temp" => 0, "File::chdir" => 0, "File::chmod" => 0, "Getopt::Long" => 0, "Git::Repository" => 0, "Git::Wrapper" => 0, "IPC::Open2" => 0, "IPC::System::Simple" => 0, "List::Util" => 0, "Storable" => 0, "Term::ANSIColor" => 0, "Term::ReadKey" => 0, "Time::HiRes" => 0, "Try::Tiny" => 0, "autodie" => 0, "strict" => 0, "subs" => 0, "warnings" => 0 }, "TEST_REQUIRES" => { "Capture::Tiny" => 0, "Exporter" => 0, "File::Slurp" => 0, "Scalar::Util" => 0, "Test::More" => 0, "lib" => 0, "parent" => 0 }, "VERSION" => "0.008", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "Capture::Tiny" => 0, "Carp" => 0, "Cwd" => 0, "Data::Compare" => 0, "Digest::MD5::File" => 0, "Exporter" => 0, "File::Basename" => 0, "File::Copy" => 0, "File::Find" => 0, "File::Path" => 0, "File::Slurp" => 0, "File::Spec::Functions" => 0, "File::Temp" => 0, "File::chdir" => 0, "File::chmod" => 0, "Getopt::Long" => 0, "Git::Repository" => 0, "Git::Wrapper" => 0, "IPC::Open2" => 0, "IPC::System::Simple" => 0, "List::Util" => 0, "Scalar::Util" => 0, "Storable" => 0, "Term::ANSIColor" => 0, "Term::ReadKey" => 0, "Test::More" => 0, "Time::HiRes" => 0, "Try::Tiny" => 0, "autodie" => 0, "lib" => 0, "parent" => 0, "strict" => 0, "subs" => 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);