summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-02-06 11:13:23 +0000
committerPaul Buetow <paul@buetow.org>2011-02-06 11:13:23 +0000
commit4c61b0ebec8884fa80311b0004338f88667b19cd (patch)
tree2a5f8cd5986f2b479d3f42312b4baa9a8f723dd3
parentdbe326833375023c1b2837d9feeb8db124739bfa (diff)
-rw-r--r--perldaemon.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/perldaemon.pl b/perldaemon.pl
index 575c68e..da6608e 100644
--- a/perldaemon.pl
+++ b/perldaemon.pl
@@ -7,7 +7,7 @@ use warnings;
use POSIX qw(setsid strftime);
use Shell qw(mv);
-use constant VERSION => 1;
+use constant VERSION => 'Daemon v1';
$| = 1;