diff options
| author | Paul Buetow <paul@buetow.org> | 2011-05-13 14:19:38 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-05-13 14:19:38 +0000 |
| commit | 120ea2c4fba07d81e17d1d432c1543f5d3ca2f25 (patch) | |
| tree | 62d17221cb565b36c22daaf77a7d97be9cd41130 /lib/PerlDaemon/PerlDaemon.pl | |
| parent | b5cb1964019b06c18054f01650c5f6662c73a033 (diff) | |
s/RunModule/RunModules/g
Diffstat (limited to 'lib/PerlDaemon/PerlDaemon.pl')
| -rw-r--r-- | lib/PerlDaemon/PerlDaemon.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/PerlDaemon/PerlDaemon.pl b/lib/PerlDaemon/PerlDaemon.pl index 240134d..3e3038b 100644 --- a/lib/PerlDaemon/PerlDaemon.pl +++ b/lib/PerlDaemon/PerlDaemon.pl @@ -9,7 +9,7 @@ use Shell qw(mv); use POSIX qw(setsid strftime); use PerlDaemon::Logger; -use PerlDaemon::RunModule; +use PerlDaemon::RunModules; $| = 1; @@ -142,7 +142,7 @@ sub alive ($) { sub daemonloop ($) { my $conf = shift; - my $rmodule = PerlDaemon::RunModule->new($conf); + my $rmodule = PerlDaemon::RunModules->new($conf); my $loopinterval = $conf->{'daemon.loopinterval'}; my $loop = shift; |
