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.4210
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PREREQ_PM' => {
                   'Mojo::UserAgent' => 0,
                   'Test::More' => 0,
                   'YAML::XS' => 0,
                   'Path::Class' => 0,
                   'Time::HiRes' => 0,
                   'JSON::XS' => 0
                 },
  'EXE_FILES' => [],
  'INSTALLDIRS' => 'site',
  'PL_FILES' => {},
  'NAME' => 'Gcis::Client',
  'VERSION_FROM' => 'lib/Gcis/Client.pm'
)
;