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.39_01
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'App::soapcli',
  'EXE_FILES' => [
                   'script/soapcli.pl'
                 ],
  'VERSION_FROM' => 'script/soapcli.pl',
  'PREREQ_PM' => {
                   'YAML::Syck' => 0,
                   'App::FatPacker' => 0,
                   'YAML::XS' => 0,
                   'Test::More' => 0,
                   'JSON::PP' => 0,
                   'constant::boolean' => 0,
                   'HTTP::Tiny' => 0,
                   'XML::Compile::SOAP' => 0,
                   'Getopt::Long::Descriptive' => 0,
                   'File::Slurp' => 0
                 }
)
;