The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4206
use ExtUtils::MakeMaker;
WriteMakefile
(
  'INSTALLDIRS' => 'site',
  'PL_FILES' => {},
  'VERSION_FROM' => 'lib/Artifactory/Client.pm',
  'NAME' => 'Artifactory::Client',
  'PREREQ_PM' => {
                   'MooseX::StrictConstructor' => 0,
                   'JSON::MaybeXS' => 0,
                   'Moose' => '2.0604',
                   'HTTP::Request::StreamingUpload' => 0,
                   'namespace::autoclean' => 0,
                   'Path::Tiny' => 0,
                   'URI::Escape' => 0,
                   'LWP::UserAgent' => 0
                 },
  'EXE_FILES' => []
)
;