diff options
| author | Paul Buetow <paul@buetow.org> | 2011-02-06 12:15:50 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-02-06 12:15:50 +0000 |
| commit | 60abe9cbd2a702a86b90730cb4cda0b48094939c (patch) | |
| tree | 49e1d2e9344b96bf428196947f80f6476cd2b88e /perldaemon.pl | |
| parent | 74ac098fac8ab2e8385101f9d654f5083abdd00a (diff) | |
PerlDaemon is now CamelCase
Diffstat (limited to 'perldaemon.pl')
| -rw-r--r-- | perldaemon.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perldaemon.pl b/perldaemon.pl index da6608e..f876140 100644 --- a/perldaemon.pl +++ b/perldaemon.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Minimal Daemon (c) 2011 Paul Buetow +# Minimal PerlDaemon (c) 2011 Paul Buetow use strict; use warnings; |
