From 32e3efa12faa2ce767168e8d36bb1a097bef6d4d Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 19 Nov 2011 23:29:41 +0100 Subject: Modify text --- lib/PerlDaemonModules/ExampleModule.pm | 2 +- lib/PerlDaemonModules/ExampleModule2.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/PerlDaemonModules') 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; -- cgit v1.2.3