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 ExtUtils::MakeMaker ;



my %WriteMakefileArgs = (
  "ABSTRACT" => "repositor.io is a tool to create and manage linux repositories.",
  "AUTHOR" => "Jan Gehring <jfried\@rexify.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Rex-Repositorio",
  "EXE_FILES" => [
    "bin/repositorio"
  ],
  "LICENSE" => "apache",
  "NAME" => "Rex::Repositorio",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Compress::Zlib" => 0,
    "Config::General" => 0,
    "Data::Dumper" => 0,
    "Digest::MD5" => 0,
    "Digest::SHA" => 0,
    "Encode" => 0,
    "English" => 0,
    "File::Basename" => 0,
    "File::Copy" => 0,
    "File::Path" => 0,
    "File::Spec" => 0,
    "File::Spec::Functions" => 0,
    "FindBin" => 0,
    "Getopt::Long" => 0,
    "IO::All" => 0,
    "JSON::XS" => 0,
    "LWP::UserAgent" => 0,
    "List::MoreUtils" => 0,
    "Log::Log4perl" => 0,
    "MIME::Base64" => 0,
    "Mojo::Base" => 0,
    "Mojo::DOM" => 0,
    "Mojo::UserAgent" => 0,
    "Mojo::Util" => 0,
    "Mojolicious::Commands" => 0,
    "Mojolicious::Plugin" => 0,
    "Moose" => 0,
    "Params::Validate" => 0,
    "Term::ANSIColor" => 0,
    "Term::ProgressBar" => 0,
    "Term::ReadKey" => 0,
    "Try::Tiny" => 0,
    "XML::LibXML" => 0,
    "XML::Simple" => 0,
    "base" => 0,
    "common::sense" => 0,
    "lib" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => 0
  },
  "VERSION" => "1.1.0",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Compress::Zlib" => 0,
  "Config::General" => 0,
  "Data::Dumper" => 0,
  "Digest::MD5" => 0,
  "Digest::SHA" => 0,
  "Encode" => 0,
  "English" => 0,
  "File::Basename" => 0,
  "File::Copy" => 0,
  "File::Path" => 0,
  "File::Spec" => 0,
  "File::Spec::Functions" => 0,
  "FindBin" => 0,
  "Getopt::Long" => 0,
  "IO::All" => 0,
  "JSON::XS" => 0,
  "LWP::UserAgent" => 0,
  "List::MoreUtils" => 0,
  "Log::Log4perl" => 0,
  "MIME::Base64" => 0,
  "Mojo::Base" => 0,
  "Mojo::DOM" => 0,
  "Mojo::UserAgent" => 0,
  "Mojo::Util" => 0,
  "Mojolicious::Commands" => 0,
  "Mojolicious::Plugin" => 0,
  "Moose" => 0,
  "Params::Validate" => 0,
  "Term::ANSIColor" => 0,
  "Term::ProgressBar" => 0,
  "Term::ReadKey" => 0,
  "Test::More" => 0,
  "Try::Tiny" => 0,
  "XML::LibXML" => 0,
  "XML::Simple" => 0,
  "base" => 0,
  "common::sense" => 0,
  "lib" => 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);