App-Base
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
"Moose" : "0",
"Moose::Role" : "0",
"MooseX::Types" : "0",
"MooseX::Types::Moose" : "0",
"POSIX" : "0",
"Path::Tiny" : "0",
"Socket" : "0",
"Syntax::Keyword::Try" : "0",
"Text::Reform" : "0",
"Time::HiRes" : "0",
"namespace::autoclean" : "0",
"perl" : "5.01",
"strict" : "0",
"warnings" : "0"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
Moose: '0'
Moose::Role: '0'
MooseX::Types: '0'
MooseX::Types::Moose: '0'
POSIX: '0'
Path::Tiny: '0'
Socket: '0'
Syntax::Keyword::Try: '0'
Text::Reform: '0'
Time::HiRes: '0'
namespace::autoclean: '0'
perl: '5.01'
strict: '0'
warnings: '0'
resources:
bugtracker: https://github.com/binary-com/perl-App-Base/issues
homepage: https://github.com/binary-com/perl-App-Base
repository: https://github.com/binary-com/perl-App-Base.git
version: '0.08'
x_authority: cpan:DERIV
x_contributors:
Makefile.PL view on Meta::CPAN
"Moose" => 0,
"Moose::Role" => 0,
"MooseX::Types" => 0,
"MooseX::Types::Moose" => 0,
"POSIX" => 0,
"Path::Tiny" => 0,
"Socket" => 0,
"Syntax::Keyword::Try" => 0,
"Text::Reform" => 0,
"Time::HiRes" => 0,
"namespace::autoclean" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Slurp" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::CheckDeps" => "0.010",
lib/App/Base/Daemon.pm view on Meta::CPAN
Do not write pid file, and do not check if it is exist and locked.
=head2 --no-warn
Do not produce warnings, silent mode
=head1 REQUIRED SUBCLASS METHODS
=cut
use namespace::autoclean;
use Syntax::Keyword::Try;
use Path::Tiny;
=head2 daemon_run
The main loop that runs the daemon. Typically this will include while(1) or
something similar. If this method returns, daemon exits.
=cut
lib/App/Base/Daemon/Supervisor.pm view on Meta::CPAN
supervisor exited (normally new supervisor detects that because it can flock
the pid file), the new supervisor sends signal to the worker,
I<ready_to_take_over> method in worker returns, and worker can start doing its
job. If supervisor receives I<SIGUSR2> when it is already in the process of
reloading, it ignores this signal. If supervisor didn't get I<SIGQUIT> in 60
seconds after starting hot reloading process, it sends I<SIGKILL> to the new
supervisor and resumes normal work.
=cut
use namespace::autoclean;
use Socket qw();
use POSIX qw(:errno_h);
use Time::HiRes;
use IO::Handle;
=head1 REQUIRED METHODS
Class consuming this role must implement the following methods:
=cut
t/00-report-prereqs.dd view on Meta::CPAN
'Moose' => '0',
'Moose::Role' => '0',
'MooseX::Types' => '0',
'MooseX::Types::Moose' => '0',
'POSIX' => '0',
'Path::Tiny' => '0',
'Socket' => '0',
'Syntax::Keyword::Try' => '0',
'Text::Reform' => '0',
'Time::HiRes' => '0',
'namespace::autoclean' => '0',
'perl' => '5.01',
'strict' => '0',
'warnings' => '0'
}
},
'test' => {
'recommends' => {
'CPAN::Meta' => '2.120900'
},
'requires' => {
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.565 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )