diff options
| author | Paul Buetow <paul@buetow.org> | 2011-03-17 08:10:11 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-03-17 08:10:11 +0000 |
| commit | 450b84bb62277df46fb9c2e0f745c4868c393ce2 (patch) | |
| tree | 6fef966b11e238b14f8d910a6f5da47dc655cd6e /lib/RunModule.pm | |
| parent | 6406b729d443d8ea133a4a92495b1256e57a8f4d (diff) | |
renamed due module name
Diffstat (limited to 'lib/RunModule.pm')
| -rw-r--r-- | lib/RunModule.pm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/RunModule.pm b/lib/RunModule.pm deleted file mode 100644 index 4f2c492..0000000 --- a/lib/RunModule.pm +++ /dev/null @@ -1,17 +0,0 @@ -package PerlDaemon::RunModule; - -sub new ($$$) { - my ($class, $conf) = @_; - - return bless { conf => $conf }, $class; -} - -sub do ($) { - my $self = shift; - my $conf = $self->{conf}; - my $logger = $conf->{logger}; - - $logger->logmsg('Test'); -} - -1; |
