From d9a4c9c322154526b3c3db9e451b60f6c96a0fc7 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Fri, 23 Sep 2011 19:45:40 +0000 Subject: - Add p5-Protocol-XMLRPC 0.09 Protocol::XMLRPC is an XML-RPC protocol implementation. Method parameters types are guessed just like in JSON, but you can pass explicit type if guessing is wrong for you. Read more about parameter creation at Protocol::XMLRPC::ValueFactory. It differs from other modules because it doesn't provide any mechanism for making actual HTTP requests. This way it can be used either in async or sync modes with your favorite http client or a web framework. WWW: http://search.cpan.org/dist/Protocol-XMLRPC/ --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index d1e5ad233980..1a9a75ed7fd2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1160,6 +1160,7 @@ SUBDIR += p5-Pod-Site SUBDIR += p5-PodToHTML SUBDIR += p5-Protocol-WebSocket + SUBDIR += p5-Protocol-XMLRPC SUBDIR += p5-REST-Google-Apps-Provisioning SUBDIR += p5-RT-Authen-ExternalAuth SUBDIR += p5-RT-Client-REST -- cgit