Accepting request 827531 from devel:languages:perl:autoupdate

- updated to 0.338
   see /usr/share/doc/packages/perl-IPC-System-Options/Changes
  0.338   2020-08-18  Released-By: PERLANCAR; Urgency: low
  	- No functional changes.
          [Documentation]
  	- Add Description (finally).
  	- Mention IPC::System::Simple and Proc::Govern.
  	- Format POD for easier linking.

OBS-URL: https://build.opensuse.org/request/show/827531
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-System-Options?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2020-08-21 12:19:33 +00:00
committed by Git OBS Bridge
parent 012b722280
commit 5941fef89c
4 changed files with 28 additions and 6 deletions

View File

@@ -17,10 +17,10 @@
Name: perl-IPC-System-Options
Version: 0.337
Version: 0.338
Release: 0
%define cpan_name IPC-System-Options
Summary: Perl's system() and readpipe/qx replacement, with options
Summary: Perl's system(), readpipe()/qx, IPC::Run's run(), start() (with more options)
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
@@ -45,7 +45,16 @@ Recommends: perl(Log::ger) >= 0.037
%{perl_requires}
%description
Perl's system() and readpipe/qx replacement, with options
This module provides replacement (wrapper) for Perl's 'system()',
'readpipe()' (qx//, a.k.a. the backtick operator), as well as IPC::Run's
'start()' and 'run()'. The wrappers give you options like forcing/avoiding
use of shell (like what IPC::System::Simple offers you), logging the
arguments and/or output (using Log::ger), temporarily setting environment
variables, temporarily setting working directory, dying on non-zero exit
code, capturing (or tee-ing) output (stdout/stderr) (using Capture::Tiny),
and a few others. They are meant as a convenience so you can just call
'system()' (or the other wrapper target) instead of doing some additional
setup and cleanup yourself.
%prep
%setup -q -n %{cpan_name}-%{version}