forked from stanaka/WorkerManager
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
35 lines (20 loc) · 925 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Revision history for Perl extension WorkerManager
{{$NEXT}}
0.1002 2021-10-18T09:33:08Z
- Allow user to customize verbose option of TheSchwartz
- Stop using UNIVERSAL::isa
- Remove Proc::Daemon from deps (thanks @astj)
0.1001 2019-10-17T10:19:01Z
- Fix child process check using documented method of ForkManager (thanks @itchyny)
0.1000 2019-07-03T08:54:59Z
[BREAKING CHANGES]
- remove WorkerManager::Gearman from core dist
if you keep using it, you have to add dependency for WorkerManager::Gearman
- replace old-style modules (UNIVERSAL::require, Class::Accessor::Fast, Class::Data::Inheritable)
- switch to Module::Build::Tiny
0.003 2016-03-29T09:53:59Z
- #4 Allow WM::Client ::TheSchwartz to pass DBI options (thanks @nanto)
0.002 2015-12-25T02:38:14Z
- #3 autoflush STDOUT, STDERR even if outputs are not files
0.001 2015-03-31T02:55:30Z
- original version