1Revision history for Perl extension String::ShellQuote.
2
31.04 Mon Jun  7 09:09:36 EDT 2010
4
5    - Don't escape "=" unless it's in command position.  Thanks to Chip
6      for the inspiration.
7    - Use "#!perl" in test.t (closes #38072).
8    - Don't try to test or install the shell-quote script on Windows
9      (closes #46445).
10
111.03  Tue May  3 06:47:39 EDT 2005
12
13    - Add shell-quote script.
14
151.02  Thu Feb 10 22:08:27 EST 2005
16
17    - Allow qw(! % + , : @ ^) to appear without being quoted.  (This was
18      in 1.01, but I forgot to mention it.)
19
201.01  Wed Feb  9 20:43:46 EST 2005
21
22    - Have shell_quote() croak if the string can't be encoded
23      (currently, if it contains NULs).
24    - Add shell_quote_best_effort() which will return what it can
25      instead.
26
271.00  Sun Dec 07 12:03:36 EST 1997
28
29    - In shell_quote, drop leading and trailing ''.
30
310.01  Tue May 13 22:29:27 EDT 1997
32
33    - Initial version.
34
35$Id: Changes,v 1.6 2010-06-11 20:00:24 roderick Exp $
36