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/ExampleModule2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PerlDaemonModules/ExampleModule2.pm') 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