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:
committed by
Git OBS Bridge
parent
012b722280
commit
5941fef89c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:acab049052f6d07cea394bfc63b2b9f946323fdd750309c51d8c03d1e0df9068
|
|
||||||
size 23714
|
|
3
IPC-System-Options-0.338.tar.gz
Normal file
3
IPC-System-Options-0.338.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bab503a46b0698135f4b76550cc24c49a11ed8e97a13a724a55605c953ed4b0c
|
||||||
|
size 24394
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 03:07:59 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 7 03:10:32 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Sun Jun 7 03:10:32 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-IPC-System-Options
|
Name: perl-IPC-System-Options
|
||||||
Version: 0.337
|
Version: 0.338
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name IPC-System-Options
|
%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
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -45,7 +45,16 @@ Recommends: perl(Log::ger) >= 0.037
|
|||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%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
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Reference in New Issue
Block a user