8
0
- Don't escape "=" unless it's in command position.  Thanks to Chip
      for the inspiration.
    - Use "#!perl" in test.t (closes #38072).
    - Don't try to test or install the shell-quote script on Windows
      (closes #46445).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-ShellQuote?expand=0&rev=2
This commit is contained in:
Juergen Weigert
2010-06-25 16:16:21 +00:00
committed by Git OBS Bridge
parent 3d59e0d8d5
commit 8b29a8378a
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jun 25 16:15:26 UTC 2010 - jw@novell.com
- 1.04
- Don't escape "=" unless it's in command position. Thanks to Chip
for the inspiration.
- Use "#!perl" in test.t (closes #38072).
- Don't try to test or install the shell-quote script on Windows
(closes #46445).
-------------------------------------------------------------------
Wed May 5 09:35:46 UTC 2010 - lnussel@suse.de