Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (2d)  pkgsrc-2023Q4 (76d)  pkgsrc-2023Q2 (109d) 

2024-06-16 09:35:14 UTC Now

2017-04-27 13:17:52 UTC MAIN commitmail json YAML

Updated devel/p5-IPC-Run to 0.95
--------------------------------
0.95 Mon Apr 24 2017
- Spelling fixes
- doc fix: full_result returns $?, not $? >> 8
- Fix check for reaped PID in reap_nb
- Re-remove unnecessary use of UNIVERSAL

0.94_02 Thu Apr 14 2016
- Skip infinity test on perl below 5.8.9

0.94_01 Tue Apr 12 2016
- 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
- RT 109243 - Stop side affect of altering flushing of STDOUT and STDERR
- CHILD_HANDLE should be closed with 'Close' to prevent a warning.
- require Win32API::File on Windows
- 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
- perltidy
- Do not import POSIX into local namespace (it's a memory hog)

(mef)