diff options
| author | Paul Buetow <paul@buetow.org> | 2011-05-23 06:46:07 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-05-23 06:46:07 +0000 |
| commit | 11dffb4eb3fc476f925f498bd25edd9f100d5a61 (patch) | |
| tree | 94ce3d31180103a78cf27dab828e1553417c514e /lib | |
| parent | a23fbec6b20d46918e39063a8da24cc9bc760466 (diff) | |
fixed a prototype
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/PerlDaemon/RunModules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PerlDaemon/RunModules.pm b/lib/PerlDaemon/RunModules.pm index bd5cf8e..ac2b955 100644 --- a/lib/PerlDaemon/RunModules.pm +++ b/lib/PerlDaemon/RunModules.pm @@ -2,7 +2,7 @@ package PerlDaemon::RunModules; use Time::HiRes qw(gettimeofday tv_interval); -sub new ($$$) { +sub new ($$) { my ($class, $conf) = @_; my $self = bless { conf => $conf }, $class; |
