-------------------
1.14 2015.05.17
- Add 'reap_finished_children', 'is_child' and 'is_parent'. (GH#6, Nine bit)
1.13 2015.05.11
- Use 'select' instead of sleep in _waitpid_blocking. (GH#5)
- Add ${PERL5_LICENSE}
(upstream)
- Update 0.79 to 1.11
-------------------
1.11 2015.01.30
- Promote to non-dev release.
1.10_2 2015.01.25
- Put the problematic test as a TODO.
1.10_1 2015.01.22
- Increase timeouts in test to address FreeBSD failures.
1.09 2015.01.08
- Test was failing on Windows platforms. (Yanick Champoux)
1.08 2015.01.07
- New helper functions 'max_procs', 'running_procs' and
'wait_for_available_procs'. GH#4 (Yanick Champoux)
- Play nicer with calls to 'waitpid' done outside of P::FM.
GH#3 (Yanick Champoux)
1.07 2014.11.10
- Increase minimal Test::Simple requirement RT #92801
- Implement better style and practices in the examples in the POD.
(Shlomi Fish)
1.06 Tue Dec 24 22:37:54 2013
- Remove temporary directory only if it was an automatically
generated one. Now fixed. (Shoichi Kaji) RT #89590
(johantheolive)
1.05 Wed Sep 18 10:53:33 2013
- Remove temporary directory only if it was an automatically
generated one. (reported by Manuel Jeckelmann)
1.04 Tue Sep 3 09:46:28 2013
- Require File::Path 2.0 to support Perl 5.8 (Ian Burrell)
- fix some typos #88358 (David Steinbrunner)
- documentation fixes#84337 (Damyan Ivanov)
1.03 Wed Mar 6 11:14:13 2013
- Use second parameter from new() that was unused in the last few released. (Michael Gang)
1.02 Mon Dec 24 13:27:03 2012
- Fix test for Windows.
1.01 Sun Dec 23 21:30:30 2012
- Disable utf8 test on Windows where it is a perl bug.
- Change version number scheme to two parts.
1.0.0 Sun Dec 23 12:25:46 2012
- Fixing RT 68298 - Insecure /tmp file handling using
File::Temp::tempdir by John Lightsey (LIGHTSEY)
- Adding another callback example and several tests
Gabor Szabo (SZABGAB)
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
* Exclude the example scripts from getting installed.
Changes 0.7.8:
* Make $VERSION compatible with the most perl versions possible
Changes 0.7.7:
* Small distribution fixes
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
This module is intended for use in operations that can be done in
parallel where the number of processes to be forked off should be
limited. Typical use is a downloader which will be retrieving
hundreds/thousands of files.