summaryrefslogtreecommitdiff
path: root/lib/PerlDaemonModules/ExampleModule.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PerlDaemonModules/ExampleModule.pm')
-rw-r--r--lib/PerlDaemonModules/ExampleModule.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/PerlDaemonModules/ExampleModule.pm b/lib/PerlDaemonModules/ExampleModule.pm
index 1dddc9d..e9cf4b8 100644
--- a/lib/PerlDaemonModules/ExampleModule.pm
+++ b/lib/PerlDaemonModules/ExampleModule.pm
@@ -2,6 +2,9 @@
package PerlDaemonModules::ExampleModule;
+use strict;
+use warnings;
+
sub new ($$$) {
my ($class, $conf) = @_;