diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/PerlDaemon/PerlDaemon.pl | 3 | ||||
| -rw-r--r-- | lib/PerlDaemon/RunModules.pm | 2 | ||||
| -rw-r--r-- | lib/PerlDaemonModules/ExampleModule.pm | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/lib/PerlDaemon/PerlDaemon.pl b/lib/PerlDaemon/PerlDaemon.pl index 15c29a4..bb1d7c8 100644 --- a/lib/PerlDaemon/PerlDaemon.pl +++ b/lib/PerlDaemon/PerlDaemon.pl @@ -1,6 +1,5 @@ #!/usr/bin/perl - -# Minimal PerlDaemon (c) 2011 Paul Buetow +# PerlDaemon (c) 2010, 2011, Dipl.-Inform. (FH) Paul Buetow (http://perldaemon.buetow.org) use strict; use warnings; diff --git a/lib/PerlDaemon/RunModules.pm b/lib/PerlDaemon/RunModules.pm index b57dc61..2bf960b 100644 --- a/lib/PerlDaemon/RunModules.pm +++ b/lib/PerlDaemon/RunModules.pm @@ -1,3 +1,5 @@ +# PerlDaemon (c) 2010, 2011, Dipl.-Inform. (FH) Paul Buetow (http://perldaemon.buetow.org) + package PerlDaemon::RunModules; use Time::HiRes qw(gettimeofday tv_interval); diff --git a/lib/PerlDaemonModules/ExampleModule.pm b/lib/PerlDaemonModules/ExampleModule.pm index 58dec1d..1dddc9d 100644 --- a/lib/PerlDaemonModules/ExampleModule.pm +++ b/lib/PerlDaemonModules/ExampleModule.pm @@ -1,3 +1,5 @@ +# PerlDaemon (c) 2010, 2011, Dipl.-Inform. (FH) Paul Buetow (http://perldaemon.buetow.org) + package PerlDaemonModules::ExampleModule; sub new ($$$) { |
