summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2011-11-19 23:29:41 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2011-11-19 23:29:41 +0100
commit32e3efa12faa2ce767168e8d36bb1a097bef6d4d (patch)
tree308ce8470c01eda8321f0ad92e4f38b0e0e5bf9f
parentd5bd05318256ab77dfa70665ae26fe7e8a3b900b (diff)
Modify text
-rw-r--r--lib/PerlDaemonModules/ExampleModule.pm2
-rw-r--r--lib/PerlDaemonModules/ExampleModule2.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/PerlDaemonModules/ExampleModule.pm b/lib/PerlDaemonModules/ExampleModule.pm
index e9cf4b8..7d0fdfa 100644
--- a/lib/PerlDaemonModules/ExampleModule.pm
+++ b/lib/PerlDaemonModules/ExampleModule.pm
@@ -10,7 +10,7 @@ sub new ($$$) {
my $self = bless { conf => $conf }, $class;
- # Store some private module stuff
+ # Store some private persistent module stuff
$self->{counter} = 0;
return $self;
diff --git a/lib/PerlDaemonModules/ExampleModule2.pm b/lib/PerlDaemonModules/ExampleModule2.pm
index 74fdd05..be05fdb 100644
--- a/lib/PerlDaemonModules/ExampleModule2.pm
+++ b/lib/PerlDaemonModules/ExampleModule2.pm
@@ -10,7 +10,7 @@ sub new ($$$) {
my $self = bless { conf => $conf }, $class;
- # Store some private module stuff
+ # Store some private persistent module stuff
$self->{counter} = 0;
return $self;