diff options
| author | Paul Buetow <paul@buetow.org> | 2011-06-02 09:18:09 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-06-02 09:18:09 +0000 |
| commit | 58aa177115f4a879356ed4697e53ee3466233bd6 (patch) | |
| tree | 164f472570b4877199928b1366aef3a087042586 /lib/PerlDaemonModules | |
| parent | 90e682008264320189a7f0c8bf65f91c9f22b24e (diff) | |
Added source headers
Diffstat (limited to 'lib/PerlDaemonModules')
| -rw-r--r-- | lib/PerlDaemonModules/ExampleModule.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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 ($$$) { |
