Tags: hatena/WorkerManager
Tags
Checking in changes prior to tagging of version 0.1002. Changelog diff is: diff --git a/Changes b/Changes index c472075..0ccf8cc 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ 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)
Checking in changes prior to tagging of version 0.1001. Changelog diff is: diff --git a/Changes b/Changes index 69d1295..97c8bb7 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Perl extension WorkerManager {{$NEXT}} +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]
Checking in changes prior to tagging of version 0.1000. Changelog diff is: diff --git a/Changes b/Changes index 7e97e6a..69d1295 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,15 @@ Revision history for Perl extension WorkerManager {{$NEXT}} +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)
Checking in changes prior to tagging of version 0.003. Changelog diff is: diff --git a/Changes b/Changes index 4c3711c..7e97e6a 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Perl extension WorkerManager {{$NEXT}} +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
Checking in changes prior to tagging of version 0.002. Changelog diff is: diff --git a/Changes b/Changes index 91630cb..4c3711c 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Perl extension WorkerManager {{$NEXT}} +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