diff options
Diffstat (limited to 'DaemonLogic.pm')
| -rw-r--r-- | DaemonLogic.pm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/DaemonLogic.pm b/DaemonLogic.pm deleted file mode 100644 index 49583ed..0000000 --- a/DaemonLogic.pm +++ /dev/null @@ -1,17 +0,0 @@ -package DaemonLogic; - -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; |
