1
0
forked from perl/perl-IPC-Run

Accepting request 559566 from home:avindra

- updated to 0.96
  - Update bug tracker to https://github.com/toddr/IPC-Run/issues
- includes 0.95
  - Spelling fixes
  - doc fix: full_result returns $?, not $? >> 8
  - Fix check for reaped PID in reap_nb
  - Re-remove unnecessary use of UNIVERSAL
- includes 0.94_02
  - Skip infinity test on perl below 5.8.9
- includes 0.94_01
  - Use q{} and qq{} to fix problems with quotation in cmd.exe
  - sync $VERSION across all files to address kwalitee
  - RT 109243 - Stop side affect of altering flushing of STDOUT
    and STDERR
  - CHILD_HANDLE should be closed with 'Close' to prevent a
    warning.
  - Better timer error message + 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
  - Do not import POSIX into local namespace (it's a memory hog)
  - perltidy
  - require Win32API::File on Windows
- cleanup with spec-cleaner
- rebase IPC-Run-0.89-path.diff

OBS-URL: https://build.opensuse.org/request/show/559566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=31
This commit is contained in:
2018-01-05 10:09:39 +00:00
committed by Git OBS Bridge
parent 69557f5766
commit 93c360bf26
5 changed files with 45 additions and 17 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sat Dec 23 07:13:44 UTC 2017 - avindra@opensuse.org
- updated to 0.96
- Update bug tracker to https://github.com/toddr/IPC-Run/issues
- includes 0.95
- Spelling fixes
- doc fix: full_result returns $?, not $? >> 8
- Fix check for reaped PID in reap_nb
- Re-remove unnecessary use of UNIVERSAL
- includes 0.94_02
- Skip infinity test on perl below 5.8.9
- includes 0.94_01
- Use q{} and qq{} to fix problems with quotation in cmd.exe
- sync $VERSION across all files to address kwalitee
- RT 109243 - Stop side affect of altering flushing of STDOUT
and STDERR
- CHILD_HANDLE should be closed with 'Close' to prevent a
warning.
- Better timer error message + 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
- Do not import POSIX into local namespace (it's a memory hog)
- perltidy
- require Win32API::File on Windows
- cleanup with spec-cleaner
- rebase IPC-Run-0.89-path.diff
-------------------------------------------------------------------
Tue Apr 14 17:38:00 UTC 2015 - coolo@suse.com