summaryrefslogtreecommitdiff
path: root/lang/p5-Data-JavaScript/pkg-descr
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-10-09 18:55:53 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-10-09 18:55:53 +0000
commite02bab0889913f9b41d973aab74d6aa223d87632 (patch)
treedc8a71ab70e507da553b93757b680ca686d040a3 /lang/p5-Data-JavaScript/pkg-descr
parentUpdate to 6.1; assume maintainership. (diff)
Add p5-Data-JavaScript, a perl module to dump perl structures to
JavaScript code.
Notes
Notes: svn path=/head/; revision=48613
Diffstat (limited to 'lang/p5-Data-JavaScript/pkg-descr')
-rw-r--r--lang/p5-Data-JavaScript/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/p5-Data-JavaScript/pkg-descr b/lang/p5-Data-JavaScript/pkg-descr
new file mode 100644
index 000000000000..d75ac9ff6f78
--- /dev/null
+++ b/lang/p5-Data-JavaScript/pkg-descr
@@ -0,0 +1,12 @@
+This module is aimed mainly for CGI programming, when a perl script
+generates a page with client side JavaScript code that needs access to
+structures created on the server.
+
+It works by creating one line of JavaScript code per datum. Therefore,
+structures cannot be created anonymously and needed to be assigned to
+variables. This enables dumping big structures.
+
+Author: Ariel Brosh <schop@cpan.org>
+WWW: http://search.cpan.org/search?dist=Data-JavaScript
+
+-- Anton