Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Text-Shellwords - A thin wrapper around the shellwords.pl package
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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
perl-Text-Shellwords |
1.08 |
3.fc6 |
src |
5 KiB |
Fri Oct 19 00:28:01 2007 |
Changelog
- * Mon Oct 15 18:00:00 2007 Alex Lancaster <alexl{%}users{*}sourceforge{*}net> 1.08-3
- Add missing BR: perl(ExtUtils::MakeMaker)
- * Tue Sep 4 18:00:00 2007 Alex Lancaster <alexl{%}users{*}sourceforge{*}net> 1.08-2
- Clarified license terms: GPL+ or Artistic
- * Fri Mar 23 18:00:00 2007 Alex Lancaster <alexl{%}users{*}sourceforge{*}net> 1.08-1
- Updated to 1.08
- Removed superfluous BR: Perl as per suggestion from Ralf Corsepius