diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-24 03:45:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-24 03:45:40 +0800 |
commit | d9a4c9c322154526b3c3db9e451b60f6c96a0fc7 (patch) | |
tree | 2a35ad0efd99dc5a9b5751ab30cd2e8bbf5cd7ed /www/Makefile | |
parent | bc426f4d26b4580cac2910174fa5042c7707e2a6 (diff) | |
download | freebsd-ports-gnome-d9a4c9c322154526b3c3db9e451b60f6c96a0fc7.tar.gz freebsd-ports-gnome-d9a4c9c322154526b3c3db9e451b60f6c96a0fc7.tar.zst freebsd-ports-gnome-d9a4c9c322154526b3c3db9e451b60f6c96a0fc7.zip |
- 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/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |