The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension String::ShellQuote.

1.02

    - Allow qw(! % + , : @ ^) to appear without being quoted.  (This was
      in 1.01, but I forgot to mention it.)

1.01  Wed Feb  9 20:43:46 EST 2005

    - Have shell_quote() croak if the string can't be encoded
      (currently, if it contains NULs).
    - Add shell_quote_best_effort() which will return what it can
      instead.

1.00  Sun Dec 07 12:03:36 EST 1997

    - In shell_quote, drop leading and trailing ''.

0.01  Tue May 13 22:29:27 EDT 1997

    - Initial version.

$Id: Changes,v 1.4 2005/02/10 02:08:27 roderick Exp $