diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-08 10:20:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-08 10:20:40 +0000 |
commit | 6c4831e7ae0ed42431fffe5fad2f5e634510bd87 (patch) | |
tree | c954d78b53665c4fa5d963cf5859988013a6bab5 /devel/p5-Data-JavaScript-Anon/pkg-descr | |
parent | - Update to 2.1.1.64.45 (diff) |
Data::JavaScript::Anon provides the ability to dump large
simple data structures to JavaScript. That is, things that
don't need to be a class, or have special methods or whatever.
WWW: http://search.cpan.org/dist/Data-JavaScript-Anon/
PR: ports/145384
Submitted by: Eric Freeman <freebsdports at chillibear.com>
Notes
Notes:
svn path=/head/; revision=253942
Diffstat (limited to 'devel/p5-Data-JavaScript-Anon/pkg-descr')
-rw-r--r-- | devel/p5-Data-JavaScript-Anon/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Data-JavaScript-Anon/pkg-descr b/devel/p5-Data-JavaScript-Anon/pkg-descr new file mode 100644 index 000000000000..e83aade5d97b --- /dev/null +++ b/devel/p5-Data-JavaScript-Anon/pkg-descr @@ -0,0 +1,5 @@ +Data::JavaScript::Anon provides the ability to dump large +simple data structures to JavaScript. That is, things that +don't need to be a class, or have special methods or whatever. + +WWW: http://search.cpan.org/dist/Data-JavaScript-Anon/ |