summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Language/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-01 10:36:22 +0000
committerWill Andrews <will@FreeBSD.org>2001-01-01 10:36:22 +0000
commit57af6a423c53ade264019ff34ee1359fc184b7e8 (patch)
tree150207a8c845538cd159b3a72b3413b9fe380e63 /www/p5-Apache-Language/pkg-descr
parentAdd p5-Apache-Icon 0.02, a perl module that provides an interface for (diff)
Add p5-Apache-Language 0.14, a perl module that provides language-aware
object hashes.
Diffstat (limited to 'www/p5-Apache-Language/pkg-descr')
-rw-r--r--www/p5-Apache-Language/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/p5-Apache-Language/pkg-descr b/www/p5-Apache-Language/pkg-descr
new file mode 100644
index 000000000000..749328f51f81
--- /dev/null
+++ b/www/p5-Apache-Language/pkg-descr
@@ -0,0 +1,6 @@
+Apache::Language objects act like language-aware hashes. They store key/language/values
+triplets. Using the Accept-Language: field sent by HTTP clients, they can pick the
+best fit language for that specific client. Apache::Language's usage is transparent
+and should prove to be quite convenient (and hopefully, efficient).
+
+--will