Mon, 08 Jul 2024 13:46:50 UTC | login

Information for build perl-IPC-System-Simple-1.30-13.fc40

ID283179
Package Nameperl-IPC-System-Simple
Version1.30
Release13.fc40
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedWed, 21 Feb 2024 14:39:57 UTC
CompletedWed, 21 Feb 2024 14:39:57 UTC
Tags
f40
f41
RPMs
src
perl-IPC-System-Simple-1.30-13.fc40.src.rpm (info) (download)
noarch
perl-IPC-System-Simple-1.30-13.fc40.noarch.rpm (info) (download)
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.30-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.30-8 - Perl 5.36 rebuild