Thu, 28 Mar 2024 12:37:47 UTC | login

Information for build perl-IPC-System-Simple-1.30-5.el9

ID5904
Package Nameperl-IPC-System-Simple
Version1.30
Release5.el9
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/perl-IPC-System-Simple#ed8a0c51d9ead7ba31c89145450a849e1c4f2d10
SummaryRun commands simply, with detailed diagnostics
DescriptionCalling Perl's in-built 'system()' function is easy; determining if it was successful is _hard_. Let's face it, '$?' isn't the nicest variable in the world to play with, and even if you _do_ check it, producing a well-formatted error string takes a lot of work. 'IPC::System::Simple' takes the hard work out of calling external commands. In fact, if you want to be really lazy, you can just write: use IPC::System::Simple qw(system); and all of your "system" commands will either succeed (run to completion and return a zero exit value), or die with rich diagnostic messages.
Built bymboddu
State complete
Volume DEFAULT
StartedFri, 16 Apr 2021 06:01:45 UTC
CompletedFri, 16 Apr 2021 06:03:26 UTC
Taskbuild (c9s-candidate, /redhat/centos-stream/rpms/perl-IPC-System-Simple:ed8a0c51d9ead7ba31c89145450a849e1c4f2d10)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/perl-IPC-System-Simple#ed8a0c51d9ead7ba31c89145450a849e1c4f2d10'}}
Tags
c9s-gate
c9s-pending
c9s-pending-signed
RPMs
src
perl-IPC-System-Simple-1.30-5.el9.src.rpm (info) (download)
noarch
perl-IPC-System-Simple-1.30-5.el9.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.30-5 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.30-2 - Perl 5.32 rebuild * Tue Mar 24 2020 Paul Howarth <paul@city-fan.org> - 1.30-1 - Update to 1.30 - On MSWin32, make Win32::Process a prerequisite * Sun Mar 22 2020 Paul Howarth <paul@city-fan.org> - 1.29-1 - Update to 1.29 - Improved handling of shell commands on Windows, which should get us closer to resolving Win32-related issues; there should be no change of functionality on Unix-like platforms - Better workaround for bug in perl-5.8.9 (GH#23) - Add t/args.t - Modify t/win32.t - Added Travis and AppVeyor configuration files - Eliminated use of Dist::Zilla for build, using older, but more reliable and better understood (by maintainer) ExtUtils::MakeMaker-based configuration - Move author testing to xt/ directory * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Jan 25 2020 Paul Howarth <paul@city-fan.org> - 1.26-1 - Update to 1.26 - BUILD: Update FAIL_POSIX warning message (GH#28) - TEST: t/07_taint.t: Use executable name as source of taintedness (GH#21) - OTHER: Typographic corrections (CPAN RT#60211, CPAN RT#86403) - Add Travis configuration * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.25-23 - Perl 5.30 re-rebuild of bootstrapped packages * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.25-22 - Perl 5.30 rebuild