summaryrefslogtreecommitdiff
path: root/lib/PerlDaemonModules/ExampleModule2.pm
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-06-18 07:51:28 +0000
committerPaul Buetow <paul@buetow.org>2011-06-18 07:51:28 +0000
commitbe756d0fcd03d03a43d2d873391d6cf3e46c6662 (patch)
treed542490e458eb8c9035601cd0c6d7cfa15bd678b /lib/PerlDaemonModules/ExampleModule2.pm
parentc6e74a51a43bc5f9ac4bf7ad6a3fc7ea36a7961d (diff)
Using a thread safe message queue for logging, preparing for multi threading jobs
Diffstat (limited to 'lib/PerlDaemonModules/ExampleModule2.pm')
-rw-r--r--lib/PerlDaemonModules/ExampleModule2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PerlDaemonModules/ExampleModule2.pm b/lib/PerlDaemonModules/ExampleModule2.pm
index 948f24a..74fdd05 100644
--- a/lib/PerlDaemonModules/ExampleModule2.pm
+++ b/lib/PerlDaemonModules/ExampleModule2.pm
@@ -1,6 +1,6 @@
# PerlDaemon (c) 2010, 2011, Dipl.-Inform. (FH) Paul Buetow (http://perldaemon.buetow.org)
-package PerlDaemonModules::ExampleModule;
+package PerlDaemonModules::ExampleModule2;
use strict;
use warnings;