aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-SOAP-Data-Builder/pkg-descr
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-01-19 11:02:11 +0800
committerijliao <ijliao@FreeBSD.org>2004-01-19 11:02:11 +0800
commit9d00847152a1323cf68bfce6e08488e8a9f6440a (patch)
treed241b08f5b64a3fd09a3e3032a44b28cf9740ee7 /net/p5-SOAP-Data-Builder/pkg-descr
parente94bd1b50422ab83b14ba1af6aacbb04c991fce5 (diff)
downloadfreebsd-ports-gnome-9d00847152a1323cf68bfce6e08488e8a9f6440a.tar.gz
freebsd-ports-gnome-9d00847152a1323cf68bfce6e08488e8a9f6440a.tar.zst
freebsd-ports-gnome-9d00847152a1323cf68bfce6e08488e8a9f6440a.zip
add p5-SOAP-Data-Builder 0.6
A wrapper simplifying SOAP::Data and SOAP::Serialiser PR: 61540 Submitted by: Scott McWhirter <scott@surreytech.co.uk>
Diffstat (limited to 'net/p5-SOAP-Data-Builder/pkg-descr')
-rw-r--r--net/p5-SOAP-Data-Builder/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/p5-SOAP-Data-Builder/pkg-descr b/net/p5-SOAP-Data-Builder/pkg-descr
new file mode 100644
index 000000000000..f095e3f73658
--- /dev/null
+++ b/net/p5-SOAP-Data-Builder/pkg-descr
@@ -0,0 +1,6 @@
+This Module provides a quick and easy way to build complex SOAP data
+and header structures for use with SOAP::Lite.
+
+It primarily provides a wrapper around SOAP::Serializer and
+SOAP::Data (or SOAP::Header) enabling you to generate complex XML
+within your SOAP request or response.