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.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Net::SugarCRM',
  'VERSION_FROM' => 'lib/Net/SugarCRM.pm',
  'PREREQ_PM' => {
                   'DBI' => 0,
                   'DateTime' => 0,
                   'File::Spec' => 0,
                   'JSON' => 0,
                   'LWP::UserAgent' => 0,
                   'Log::Log4perl' => 0,
                   'Moose' => 0,
                   'MooseX::Log::Log4perl' => 0,
                   'MooseX::Types::Path::Class' => 0,
                   'Readonly' => 0,
                   'Test::More' => 0,
                   'Try::Tiny' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;