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
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'INSTALLDIRS' => 'site',
  'VERSION_FROM' => 'lib/WWW/Namecheap/API.pm',
  'NAME' => 'WWW::Namecheap::API',
  'PL_FILES' => {},
  'PREREQ_PM' => {
                   'Test::Deep' => 0,
                   'LWP::UserAgent' => 0,
                   'MIME::Base64' => 0,
                   'Test::More' => 0,
                   'XML::Simple' => 0,
                   'URI::Escape' => 0,
                   'LWP::Protocol::https' => 0
                 },
  'EXE_FILES' => []
)
;