diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-06-09 18:19:38 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-09 18:19:38 +0200 |
| commit | 5b2042053577cc6381c40c4fb5d5264e79a0312d (patch) | |
| tree | 643da7415c478ee5e444231690fe8cd91329b75c /lib/presque/worker/Role/Fork.pm | |
| parent | a simple worker; a role for the REST interface to presque; reg signals (diff) | |
| download | presque-worker-5b2042053577cc6381c40c4fb5d5264e79a0312d.tar.gz | |
add logger; move some code for work and job in roles;
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; |
