summaryrefslogtreecommitdiff
path: root/www/p5-libwww/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 02:15:23 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 02:15:23 +0000
commit431e7a7ddad1a9e4611e8e6d4b744301d3730458 (patch)
treef392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/p5-libwww/DESCR
parentc72c1cf5f95cbe537b005028f1743cddb16ef203 (diff)
downloadpkgsrc-431e7a7ddad1a9e4611e8e6d4b744301d3730458.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/p5-libwww/DESCR')
-rw-r--r--www/p5-libwww/DESCR14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/p5-libwww/DESCR b/www/p5-libwww/DESCR
new file mode 100644
index 00000000000..c8fd5c950c4
--- /dev/null
+++ b/www/p5-libwww/DESCR
@@ -0,0 +1,14 @@
+ Libwww-perl is a collection of Perl modules which provides
+ a simple and consistent programming interface (API) to the
+ World-Wide Web. The main focus of the library is to
+ provide classes and functions that allow you to write WWW
+ clients, thus libwww-perl said to be a WWW client library.
+ The library also contain modules that are of more general
+ use.
+
+ The main architecture of the library is object oriented.
+ The user agent, requests sent and responses received from
+ the WWW server are all represented by objects. This makes
+ a simple and powerful interface to these services. The
+ interface should be easy to extend and customize for your
+ needs.