Sat, 13 Jul 2024 15:47:49 UTC | login

Information for build perl-IPC-Run-20180523.0-2.fc29

ID50329
Package Nameperl-IPC-Run
Version20180523.0
Release2.fc29
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, 12 Jul 2018 20:13:34 UTC
CompletedThu, 12 Jul 2018 20:13:34 UTC
Tags
f29
RPMs
src
perl-IPC-Run-20180523.0-2.fc29.src.rpm (info) (download)
noarch
perl-IPC-Run-20180523.0-2.fc29.noarch.rpm (info) (download)
Changelog * 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 * Sat Mar 31 2018 Paul Howarth <paul@city-fan.org> - 0.99-1 - Update to 0.99 - Fixes for Windows unit tests so they skip or pass - t/autoflush.t - t/readonly.t - t/run_stdin-callback-return-array.t * Fri Mar 30 2018 Paul Howarth <paul@city-fan.org> - 0.98-1 - Update to 0.98 - Switch to using $!{EINTR} - Honor umask for user/group permissions on a +rw file - Remove commented code from CPAN RT#50739 - Fix _write on invalid objects (GH#63) - Make slave the controlling terminal so more programs can be called from IPC::Run reliably (GH#54) - Prevent Not a GLOB reference in close_terminal by untieing before close (GH#53) - Fix '&' closing the stdin of the right process (GH#46) - Do POSIX::_exit not ::exit (GH#41) - Ensure child Win32 processes have same priority as parent (GH#40) - Add unit test for passing use of Readonly.pm (GH#38) - Fix GLOB test in IPC::Run::IO->new (GH#39) - Fix for memory leak (GH#86, CPAN RT#57990) - MANIFEST was updated; new tests may start shipping now * Tue Mar 27 2018 Paul Howarth <paul@city-fan.org> - 0.97-1 - Update to 0.97 - Update meta and POD to point to GitHub issues not RT - Update README with pod changes - Fix variable name in synopsis (GH#47) - Fix t/run.t to work on "perl in space" (GH#100) * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.96-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.96-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.96-2 - Perl 5.26 rebuild * Sat May 13 2017 Paul Howarth <paul@city-fan.org> - 0.96-1 - Update to 0.96 - Update bug tracker to https://github.com/toddr/IPC-Run/issues * Tue Apr 25 2017 Paul Howarth <paul@city-fan.org> - 0.95-1 - Update to 0.95 - Enable Travis-CI integration for IPC::Run - Use q{} and qq{} to fix problems with quotation in cmd.exe - Sync $VERSION across all files to address kwalitee - Stop side effect of altering flushing of STDOUT and STDERR (CPAN RT#109243) - CHILD_HANDLE should be closed with 'Close' to prevent a warning - Require Win32API::File on Windows - Better timer error message plus an additional unit test - Catching previously non-detected malformed time strings - Let Timer accept all allowable perl numbers - Allow the OS to choose the ephemeral port to use - Don't use version.pm to parse the perl version in Makefile.PL - perltidy - Do not import POSIX into local namespace (it's a memory hog) - Skip infinity test on perl below 5.8.9 - Spelling fixes - Documentation fix: full_result returns $?, not $? >> 8 - Fix check for reaped PID in reap_nb - Re-remove unnecessary use of UNIVERSAL - Remove redundant Group: tag * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.94-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild