Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Parallel-ForkManager
From: Makoto Fujiwara
Date: 2016-08-27 14:40:44
Message id: 20160827124044.4A2CCFBC3@cvs.NetBSD.org
Log Message:
Updated devel/p5-Parallel-ForkManager to 1.19
---------------------------------------------
1.19 2016-06-28
[ DOCUMENTATION ]
- Typo fixes. (GH#10)
- Add short discussion on security about the information passing via
files between master/children processes.
- Document the problem between PerlIO::fzip and fork(). (GH#11)
[ ENHANCEMENTS ]
- New way to spawn workers via 'start_child'.
[ STATISTICS ]
- code churn: 4 files changed, 114 insertions(+), 5 deletions(-)
1.18 2016-03-29
[ BUG FIXES ]
- Storage file between child and parent could have the wrong name,
because $$ was used instead of parent_pid. (GH#9, reported by Lucien
Coffe)
[ STATISTICS ]
- code churn: 4 files changed, 37 insertions(+), 4 deletions(-)
1.17 2015-11-28
- Up Test::More's dependency version to v0.94 (because of 'subtest').
(GH#8, mauke)
[ STATISTICS ]
- code churn: 3 files changed, 88 insertions(+), 70 deletions(-)
1.16 2015-10-08
- wait_one_child wasn't waiting at all. (RT#107634, Slaven Rezic, Yanick)
[ STATISTICS ]
- code churn: 10 files changed, 517 insertions(+), 461 deletions(-)
(pkgsrc change)
- Add BUILD_DEPENDS+= p5-Test-Warn-[0-9]* for make test
Files: