diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-08-02 01:20:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-08-02 01:20:01 +0000 |
commit | 1eb712f0b320e0ecddcdb3ba60a82c9b4555951a (patch) | |
tree | 0677e950f98339399a388fcf66904b5679e7987a /textproc/p5-Text-Quote/pkg-descr | |
parent | d32a34a2008942e60a87666d92124422c581dda7 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Text-Quote/pkg-descr')
-rw-r--r-- | textproc/p5-Text-Quote/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-Text-Quote/pkg-descr b/textproc/p5-Text-Quote/pkg-descr new file mode 100644 index 000000000000..17e8b7969340 --- /dev/null +++ b/textproc/p5-Text-Quote/pkg-descr @@ -0,0 +1,6 @@ +Text::Quote is intended as a utility class for other classes that need to be +able to produce valid perl quoted strings. It posses routines to determine +the ideal quote character to correctly quote hash keys, to correctly quote +and encode binary strings. + +WWW: http://search.cpan.org/dist/Text-Quote/ |