1 2 3 4 5 6 7 8 9 10 11
package presque::worker::Role::Fork; use Moose::Role; has fork_dispatcher => ( is => 'ro', isa => 'Bool', default => 0, ); 1;