diff options
Diffstat (limited to 'lib/presque/worker/Role/Fork.pm')
| -rw-r--r-- | lib/presque/worker/Role/Fork.pm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/presque/worker/Role/Fork.pm b/lib/presque/worker/Role/Fork.pm deleted file mode 100644 index c62ff1b..0000000 --- a/lib/presque/worker/Role/Fork.pm +++ /dev/null @@ -1,11 +0,0 @@ -package presque::worker::Role::Fork; - -use Moose::Role; - -has fork_dispatcher => ( - is => 'ro', - isa => 'Bool', - default => 0, -); - -1; |
