From 820ebd0664b2af1e6fe8c2be41edba44bb1c5f77 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 17 Mar 2011 08:00:25 +0000 Subject: renamed DaemonLogic into RunModule --- DaemonLogic.pm | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 DaemonLogic.pm (limited to 'DaemonLogic.pm') 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; -- cgit v1.2.3