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


#use ExtUtils::MakeMaker;
use inc::Module::Install;

name 'POE-Component-Server-SimpleXMLRPC';
author 'Catone <CATONE@cpan.org>';
license 'perl';
version_from 'lib/POE/Component/Server/SimpleXMLRPC.pm';
abstract_from 'lib/POE/Component/Server/SimpleXMLRPC.pm';

# Build the prerequisite list
requires    'POE::Component::Server::SimpleHTTP'      	=>    0;
requires    'Frontier::RPC2'      			       	=>    0;
requires    'Encode'    					=>    0;
test_requires 'Test::More' => 0;
test_requires 'Frontier::Client' => 0;
test_requires 'POE' => 1;
test_requires 'POE::Wheel::Run' => 0;
test_requires 'POE::Filter::Reference' => 0;
test_requires 'POE::Filter::Line' => 0;

WriteAll();