Sat, 05 Oct 2024 13:59:48 UTC | login

Information for build perl-IPC-Run-20200505.0-1.fc33

ID156988
Package Nameperl-IPC-Run
Version20200505.0
Release1.fc33
Epoch
SummaryPerl module for interacting with child processes
DescriptionIPC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 May 2020 06:51:10 UTC
CompletedThu, 07 May 2020 06:51:10 UTC
Tags
f33
RPMs
src
perl-IPC-Run-20200505.0-1.fc33.src.rpm (info) (download)
noarch
perl-IPC-Run-20200505.0-1.fc33.noarch.rpm (info) (download)
Changelog * Wed May 06 2020 Paul Howarth <paul@city-fan.org> - 20200505.0-1 - Update to 20200505.0 - Fix syntax errors in POD examples (GH#125) - Switch Readonly testing requirement to a recommends (GH#127) - Fix full_result to always return $? (GH#129) - kill_kill: Immediately KILL the child process as documented for Win32 (GH#136) - Switch to GitHub ctions for CI testing - Re-structure shipped files into eg/ - Move author tests into xt/ and test them separately * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20180523.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20180523.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 20180523.0-5 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20180523.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180523.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 20180523.0-2 - Perl 5.28 rebuild * Thu May 24 2018 Paul Howarth <paul@city-fan.org> - 20180523.0-1 - Update to 20180523.0 - Fix using fd in child process when it happens to be the same number in the child as it was in the parent (GH#99) - Switch upstream from search.cpan.org to metacpan.org