projects
/
gitmo/MooseX-Daemonize.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
129f564
)
MooseX::Daemonize::Core i think is done
Stevan Little [Sat, 1 Dec 2007 21:42:07 +0000 (21:42 +0000)]
lib/MooseX/Daemonize/Core.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Daemonize/Core.pm
b/lib/MooseX/Daemonize/Core.pm
index
53593f3
..
b2914af
100644
(file)
--- a/
lib/MooseX/Daemonize/Core.pm
+++ b/
lib/MooseX/Daemonize/Core.pm
@@
-17,7
+17,7
@@
sub daemon_fork {
return $pid;
}
else {
- $self->is_deamon(1);
+ $self->is_daemon(1);
return;
}
}