From ce255ff5a1257db57424603caac2b4bfca3c7694 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 21 Apr 2022 23:45:23 +0200 Subject: release v1.3 --- lib/PerlDaemonModules/ExampleModule.pm | 7 ++----- lib/PerlDaemonModules/ExampleModule2.pm | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) (limited to 'lib/PerlDaemonModules') diff --git a/lib/PerlDaemonModules/ExampleModule.pm b/lib/PerlDaemonModules/ExampleModule.pm index 8e61f12..1c0e671 100644 --- a/lib/PerlDaemonModules/ExampleModule.pm +++ b/lib/PerlDaemonModules/ExampleModule.pm @@ -1,5 +1,3 @@ -# PerlDaemon (c) 2010, 2011, 2015, Dipl.-Inform. (FH) Paul Buetow (http://perldaemon.buetow.org) - package PerlDaemonModules::ExampleModule; use strict; @@ -9,9 +7,8 @@ sub new ($$$) { my ($class, $conf) = @_; my $self = bless { conf => $conf }, $class; - - # Store some private persistent module stuff - $self->{counter} = 0; + # Store some private persistent module stuff + $self->{counter} = 0; return $self; } diff --git a/lib/PerlDaemonModules/ExampleModule2.pm b/lib/PerlDaemonModules/ExampleModule2.pm index eaa5702..81b663b 100644 --- a/lib/PerlDaemonModules/ExampleModule2.pm +++ b/lib/PerlDaemonModules/ExampleModule2.pm @@ -1,5 +1,3 @@ -# PerlDaemon (c) 2010, 2011, 2015, Dipl.-Inform. (FH) Paul Buetow (http://perldaemon.buetow.org) - package PerlDaemonModules::ExampleModule2; use strict; @@ -9,9 +7,8 @@ sub new ($$$) { my ($class, $conf) = @_; my $self = bless { conf => $conf }, $class; - - # Store some private persistent module stuff - $self->{counter} = 0; + # Store some private persistent module stuff + $self->{counter} = 0; return $self; } -- cgit v1.2.3