diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2011-11-19 23:29:41 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2011-11-19 23:29:41 +0100 |
| commit | 32e3efa12faa2ce767168e8d36bb1a097bef6d4d (patch) | |
| tree | 308ce8470c01eda8321f0ad92e4f38b0e0e5bf9f /lib | |
| parent | d5bd05318256ab77dfa70665ae26fe7e8a3b900b (diff) | |
Modify text
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/PerlDaemonModules/ExampleModule.pm | 2 | ||||
| -rw-r--r-- | lib/PerlDaemonModules/ExampleModule2.pm | 2 |
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; |
