summaryrefslogtreecommitdiff
path: root/perldaemon.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perldaemon.pl')
-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;