Package: text-shellwords-pm Version: 1.08 Revision: 2 Description: Perl module for parsing of tokens from a line Type: perl License: Artistic Maintainer: None # Unpack Phase: Source: mirror:cpan:authors/id/L/LD/LDS/Text-Shellwords-%v.tar.gz Source-Checksum: SHA256(0cee260920954a806e73a39a52aa47d6fcb84dad81b2c08af1f9ae0f25d8be1e) # Install Phase: UpdatePOD: true DocFiles: Changes README # Additional Data: DescDetail: << This 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. << DescPackaging: << Previous maintainer: Jason Stajich Koen van der Drift << Homepage: https://metacpan.org/release/Text-Shellwords