Accepting request 663566 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/663566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-System-Options?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2019-01-15 06:44:09 +00:00
committed by Git OBS Bridge
parent 7a0d18a6ad
commit 0406517b2a
4 changed files with 25 additions and 11 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jan 8 06:17:28 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.331
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
0.331 2019-01-07 (PERLANCAR)
- Introduce escaping mechanism via scalar reference to avoid a
special character from being quoted from the shell, e.g.
system({shell=>1}, 'ls', '-laR', \'>', '/root/ls-laR.txt').
- Add tests for tee_* options.
-------------------------------------------------------------------
Sun Aug 27 05:41:52 UTC 2017 - coolo@suse.com