summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Shellwords/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Shellwords/DESCR')
-rw-r--r--textproc/p5-Text-Shellwords/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/p5-Text-Shellwords/DESCR b/textproc/p5-Text-Shellwords/DESCR
new file mode 100644
index 00000000000..976dfc4b7f5
--- /dev/null
+++ b/textproc/p5-Text-Shellwords/DESCR
@@ -0,0 +1,7 @@
+Shellwords is a thin wrapper around the shellwords.pl package, which
+comes preinstalled with Perl. This module imports a single subroutine,
+shellwords(). The shellwords() routine parses lines of text and
+returns a set of tokens using the same rules that the Unix shell does
+for its command-line arguments. Tokens are separated by whitespace,
+and can be delimited by single or double quotes. The module also
+respects backslash escapes.