/usr/local/CPAN/POE-Component-Server-SOAP/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'POE::Component::Server::SOAP',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/POE/Component/Server/SOAP.pm',
          'PREREQ_PM' => {
                           'SOAP::Lite' => '0.55',
                           'SOAP::Constants' => 0,
                           'POE::Component::Server::SimpleHTTP' => '1.54',
                           'POE::Session' => 0,
                           'POE' => 0,
                           'Carp' => 0
                         }
        )
;